Skip to content

Instantly share code, notes, and snippets.

@helfer
Created April 1, 2016 16:46
Show Gist options
  • Save helfer/b04a39061725979cb5f8a7e0e7af0db9 to your computer and use it in GitHub Desktop.
Save helfer/b04a39061725979cb5f8a7e0e7af0db9 to your computer and use it in GitHub Desktop.
type Person {
id: ID,
name: String
age: Int
}
type Query {
person(id: ID!): Person
}
@stubailo
Copy link

stubailo commented Apr 1, 2016

AFAIK you can put multiple files in one gist, I don't know if that would make them easier to keep track of!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment