Move schema file
This commit is contained in:
parent
e78f130563
commit
08ddd58132
|
|
@ -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
|
||||
}
|
||||
Loading…
Reference in New Issue