Skip to content

Instantly share code, notes, and snippets.

@jbaxleyiii
Last active May 29, 2019 13:36
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/6e463456a024e73ab481cea389996d3a to your computer and use it in GitHub Desktop.
Save jbaxleyiii/6e463456a024e73ab481cea389996d3a to your computer and use it in GitHub Desktop.
Extends type reviews
extend type User @key(fields: "id") {
id: ID! @external
reviews: [Review]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment