Skip to content

Instantly share code, notes, and snippets.

@LawJolla
Created February 26, 2018 23:38
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 LawJolla/132b99179b978cf76eadfd7a6d742b22 to your computer and use it in GitHub Desktop.
Save LawJolla/132b99179b978cf76eadfd7a6d742b22 to your computer and use it in GitHub Desktop.
Updated schema
type Vehicle {
id: ID!
year: Int!
make: String!
model: Int!
askingPrice: Float @isAuthenticated
costBasis: Float @hasRole(role: “MANAGER”)
numberOfOffers: Int @hasRole(role: “MANAGER”)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment