diff options
Diffstat (limited to 'frontend/operations.graphql')
-rw-r--r-- | frontend/operations.graphql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/operations.graphql b/frontend/operations.graphql index 60efc09..09364f6 100644 --- a/frontend/operations.graphql +++ b/frontend/operations.graphql @@ -22,6 +22,8 @@ fragment Comic on Comic { title originalTitle favourite + date + pageCount cover { ...Image } |