Last active
September 28, 2020 17:13
-
-
Save ShayneP/51b4e8985442329e177e429c9bba1a8a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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