Skip to content

Instantly share code, notes, and snippets.

@tothandras
Created November 10, 2015 10:17
Show Gist options
  • Save tothandras/354b319822353206ac86 to your computer and use it in GitHub Desktop.
Save tothandras/354b319822353206ac86 to your computer and use it in GitHub Desktop.
FixName
mutation FixName {
updateUser(input: {clientMutationId: "2", id: "VXNlcjo1NjQwYTJiNTU1MzBmOGFhNTBlM2NkNGQ=", name: "New User"}) {
changedUser {
name
}
}
}
{
"data": {
"updateUser": {
"changedUser": {
"name": "New User"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment