Skip to content

Instantly share code, notes, and snippets.

@LawJolla
Last active March 1, 2018 14:52
Show Gist options
  • Select an option

  • Save LawJolla/89b4dc810657638960fc2ccb05a829f3 to your computer and use it in GitHub Desktop.

Select an option

Save LawJolla/89b4dc810657638960fc2ccb05a829f3 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