diff options
Diffstat (limited to 'frontend/operations.graphql')
-rw-r--r-- | frontend/operations.graphql | 25 |
1 files changed, 25 insertions, 0 deletions
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 { |