Skip to content

Instantly share code, notes, and snippets.

@erebus1
Created December 12, 2019 18:02
Show Gist options
  • Save erebus1/fed6023a7345044b359ce99592de77e5 to your computer and use it in GitHub Desktop.
Save erebus1/fed6023a7345044b359ce99592de77e5 to your computer and use it in GitHub Desktop.
type MessageNode {
id: Int!
body: String!
files: [FileNode!]
}
type FileNode {
id: Int!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment