From 08ddd581328f0b31a0e3c6501d12ee02b8626a0b Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 29 Apr 2021 15:35:10 +0200 Subject: [PATCH] Move schema file --- schema.graphql => server/schema.graphql | 2 ++ 1 file changed, 2 insertions(+) rename schema.graphql => server/schema.graphql (99%) diff --git a/schema.graphql b/server/schema.graphql similarity index 99% rename from schema.graphql rename to server/schema.graphql index 27062aef..7cccbd73 100644 --- a/schema.graphql +++ b/server/schema.graphql @@ -906,6 +906,8 @@ type SnapshotNode implements Node { module: ModuleNode! chapters(offset: Int, before: String, after: String, first: Int, last: Int, id: ID): SnapshotChapterNodeConnection hiddenContentBlocks(offset: Int, before: String, after: String, first: Int, last: Int, slug: String, title: String): ContentBlockNodeConnection! + created: DateTime! + creator: UserNode chapterSnapshots(offset: Int, before: String, after: String, first: Int, last: Int, id: ID): SnapshotChapterNodeConnection! title: String }