Skip to content

Instantly share code, notes, and snippets.

@abustamam
Created November 29, 2017 06:00
Show Gist options
  • Save abustamam/f341646c329620355c1fcd38e1c0dc52 to your computer and use it in GitHub Desktop.
Save abustamam/f341646c329620355c1fcd38e1c0dc52 to your computer and use it in GitHub Desktop.
type User {
name: String!
email: String!
}
type query {
allUsers: [User]
user(username: String!): User
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment