Skip to content

Instantly share code, notes, and snippets.

@jbaxleyiii
Last active June 10, 2019 16:25
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 jbaxleyiii/30ca8f4941748b27599279c397ec78ba to your computer and use it in GitHub Desktop.
Save jbaxleyiii/30ca8f4941748b27599279c397ec78ba to your computer and use it in GitHub Desktop.
reference types
type User @key(fields: "id") {
id: ID!
username: String
}
@rcarmonad
Copy link

Aqr

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