Skip to content

Instantly share code, notes, and snippets.

@jbaxleyiii
Created May 24, 2019 15:26
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/2e1b8f670afb1809b358cce1e765613f to your computer and use it in GitHub Desktop.
Save jbaxleyiii/2e1b8f670afb1809b358cce1e765613f to your computer and use it in GitHub Desktop.
# accounts
type User @key(fields: "id") {
id: ID!
username: String
}
# reviews service
type Review {
author: User @provides(fields: "username")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment