Skip to content

Instantly share code, notes, and snippets.

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