Skip to content

Instantly share code, notes, and snippets.

@omkar-joshi
Created January 9, 2020 12:25
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save omkar-joshi/ad6703c64e5a6711decd4eb5f1c4c664 to your computer and use it in GitHub Desktop.
Snippet #4
mutation createRestaurant {
createRestaurant(input: {
name: "Nobu"
description: "Great Sushi"
city: "New York"
}) {
id name description city
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment