Skip to content

Instantly share code, notes, and snippets.

@redbluenat
Created November 21, 2018 17:06
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 redbluenat/ea9a362eb8606d9265f462287bb7e5a3 to your computer and use it in GitHub Desktop.
Save redbluenat/ea9a362eb8606d9265f462287bb7e5a3 to your computer and use it in GitHub Desktop.
type Dog {
id: ID! @unique
name: String!
type: String!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment