Skip to content

Instantly share code, notes, and snippets.

@seit
Created December 20, 2021 10:36
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 seit/46ed80e03d8ddd62ec284b226f826449 to your computer and use it in GitHub Desktop.
Save seit/46ed80e03d8ddd62ec284b226f826449 to your computer and use it in GitHub Desktop.
Sample fulfillmentCreateV2
mutation fulfillmentCreateV2($fulfillment: FulfillmentV2Input!) {
fulfillmentCreateV2(fulfillment: $fulfillment) {
fulfillment {
id
}
userErrors {
message
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment