Skip to content

Instantly share code, notes, and snippets.

@maniish-jaiin
Last active May 10, 2020 16:36
Show Gist options
  • Save maniish-jaiin/eb6dc8dc8e87c0bd832638bcba85a6e9 to your computer and use it in GitHub Desktop.
Save maniish-jaiin/eb6dc8dc8e87c0bd832638bcba85a6e9 to your computer and use it in GitHub Desktop.
mutation createCar($input: CarInput){
createCar(input: $input) {
name
}
}
mutation createCar($input: CarInput){
createCar(input: $input) {
name
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment