From 91cfd5d306aedb4bdcc1c4045611bee7d2270462 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Sun, 19 Jan 2025 18:30:28 +0100 Subject: frontend: Add basic statistics page --- frontend/operations.graphql | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'frontend/operations.graphql') diff --git a/frontend/operations.graphql b/frontend/operations.graphql index 5c41080..4ca665b 100644 --- a/frontend/operations.graphql +++ b/frontend/operations.graphql @@ -430,6 +430,31 @@ query frontpage { } } +query statistics { + statistics { + total { + archives + artists + characters + circles + comic { + artists + characters + circles + tags + worlds + } + comics + images + scrapers + pages + namespaces + tags + worlds + } + } +} + mutation addComic($input: AddComicInput!) { addComic(input: $input) { ... on AddComicSuccess { -- cgit v1.2.3-2-gb3c3