Skip to content

Instantly share code, notes, and snippets.

@OlegIlyenko
Created April 25, 2018 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save OlegIlyenko/70f3f245090398f2ae7bdb1211bcf8ec to your computer and use it in GitHub Desktop.
Save OlegIlyenko/70f3f245090398f2ae7bdb1211bcf8ec to your computer and use it in GitHub Desktop.
mutation UpdateDC {
updateDiscountCode(
id: "123"
version: 5
actions: [
{setName: {name: {locale: "en", value: "10% off"}}}
{changeIsActive: {isActive: false}}
]
) {
id
version
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment