Skip to content

Instantly share code, notes, and snippets.

@felipe-ssilva
Created June 7, 2019 22:28
Show Gist options
  • Save felipe-ssilva/0aa5e774a06daa35b01cd55292698271 to your computer and use it in GitHub Desktop.
Save felipe-ssilva/0aa5e774a06daa35b01cd55292698271 to your computer and use it in GitHub Desktop.
mutation {
updateUser(id:1, name: "Felipe Silva", email: "felipe.silva@gmail.com") {
id
firstName
lastName
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment