Skip to content

Instantly share code, notes, and snippets.

@paulbakker
Created February 2, 2021 20:32
Show Gist options
  • Save paulbakker/55e1ddd07b7db29cfe35f385c2e9cf42 to your computer and use it in GitHub Desktop.
Save paulbakker/55e1ddd07b7db29cfe35f385c2e9cf42 to your computer and use it in GitHub Desktop.
Federated GraphQL Schema
type Show @key(fields: "id") @extends {
Id: ID @external
reviews: [Review]
}
type Review {
starRating: Int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment