Skip to content

Instantly share code, notes, and snippets.

@ShayneP
Last active September 28, 2020 17:13
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 ShayneP/51b4e8985442329e177e429c9bba1a8a to your computer and use it in GitHub Desktop.
Save ShayneP/51b4e8985442329e177e429c9bba1a8a to your computer and use it in GitHub Desktop.
mutation {
discountCodeBulkDelete(
ids: [
"gid://shopify/DiscountCodeNode/417076609046"
"gid://shopify/DiscountCodeNode/417076123144"
"gid://shopify/DiscountCodeNode/417076632452"
"gid://shopify/DiscountCodeNode/417074353452"
"gid://shopify/DiscountCodeNode/417012837128"
"gid://shopify/DiscountCodeNode/417712637123"
"gid://shopify/DiscountCodeNode/412361823821"
"gid://shopify/DiscountCodeNode/417238712312"
"gid://shopify/DiscountCodeNode/491819184123"
"gid://shopify/DiscountCodeNode/417123717244"
]
) {
job {
done
id
}
userErrors {
code
field
message
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment