Skip to content

Instantly share code, notes, and snippets.

@nikolasburk
Created June 16, 2019 13:40
Show Gist options
  • Save nikolasburk/a8a5767dcf420d98108823ae22825071 to your computer and use it in GitHub Desktop.
Save nikolasburk/a8a5767dcf420d98108823ae22825071 to your computer and use it in GitHub Desktop.
type User {
id: ID!
name: String
}
type Query {
user(id: ID!): User
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment