Skip to content

Instantly share code, notes, and snippets.

@abhiaiyer91
Created November 13, 2018 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhiaiyer91/0953059a88adee9dd02f957daf85d4ef to your computer and use it in GitHub Desktop.
Save abhiaiyer91/0953059a88adee9dd02f957daf85d4ef to your computer and use it in GitHub Desktop.
# Define your datamodel using declarative SDL syntax
type User {
id: ID! @unique
email: String! @unique
name: String!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment