Move schema file

This commit is contained in:
Ramon Wenger 2021-04-29 15:35:10 +02:00
parent e78f130563
commit 08ddd58132
1 changed files with 2 additions and 0 deletions

View File

@ -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
}