summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/src/gql/graphql.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/gql/graphql.ts')
-rw-r--r--frontend/src/gql/graphql.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/gql/graphql.ts b/frontend/src/gql/graphql.ts
index 139068c..4d09e75 100644
--- a/frontend/src/gql/graphql.ts
+++ b/frontend/src/gql/graphql.ts
@@ -76,7 +76,7 @@ export type Archive = {
organized: Scalars['Boolean']['output'];
pageCount: Scalars['Int']['output'];
path: Scalars['String']['output'];
- size: Scalars['Int']['output'];
+ size: Scalars['Float']['output'];
};
export type ArchiveFilter = {
@@ -423,7 +423,7 @@ export type FullArchive = {
pageCount: Scalars['Int']['output'];
pages: Array<Page>;
path: Scalars['String']['output'];
- size: Scalars['Int']['output'];
+ size: Scalars['Float']['output'];
};
export type FullComic = {