Skip to content

Instantly share code, notes, and snippets.

@ShopifyEng
Created August 5, 2021 18:58
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 ShopifyEng/61165f8b4f9d37d79ebf5cbb8784ae3a to your computer and use it in GitHub Desktop.
Save ShopifyEng/61165f8b4f9d37d79ebf5cbb8784ae3a to your computer and use it in GitHub Desktop.
Understanding GraphQL for Beginners–Part Three
mutation {
nutritionDelete(input: {
id: 4
}) {
id
}
}
{
"data": {
"nutritionDelete": {
"id": "4"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment