Skip to content

Instantly share code, notes, and snippets.

@wharley
Created November 3, 2017 16:08
Show Gist options
  • Save wharley/9111fe71e47b2d64bc366c62984538c0 to your computer and use it in GitHub Desktop.
Save wharley/9111fe71e47b2d64bc366c62984538c0 to your computer and use it in GitHub Desktop.
Embends on Medium
type Query {
me: User
}
type User {
id: ID
name: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment