Last active
December 16, 2020 05:36
-
-
Save ShayneP/2a237c18ad45a96d99ea999448b5dc85 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 { | |
fulfillmentOrderReschedule( | |
id: "gid://shopify/FulfillmentOrder/1899851251768", | |
fulfillAt: "2021-01-01" | |
) | |
{ | |
fulfillmentOrder { | |
fulfillAt | |
} | |
userErrors { | |
field | |
message | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment