Skip to content

Instantly share code, notes, and snippets.

@dbayarchyk
Last active September 22, 2019 09:31
Show Gist options
  • Save dbayarchyk/c5aae135eb2c55c5dc1233dfb81505ab to your computer and use it in GitHub Desktop.
Save dbayarchyk/c5aae135eb2c55c5dc1233dfb81505ab to your computer and use it in GitHub Desktop.
Improve your GraphQL schema with the Relay Specification - nodeSchema.gql
type Node {
id: ID!
}
type Query {
node(id: ID!): Node
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment