Skip to content

Instantly share code, notes, and snippets.

@LawJolla
Created February 26, 2018 23:40
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/f129fb8b8fc116f734803cfc34e5b1bb to your computer and use it in GitHub Desktop.
Save LawJolla/f129fb8b8fc116f734803cfc34e5b1bb to your computer and use it in GitHub Desktop.
example mutation
mutation {
updateAskingPrice(id: "1", newPrice: 10000) {
id
year
make
model
askingPrice
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment