Skip to content

Instantly share code, notes, and snippets.

@zorca
Created October 16, 2020 11:53
Show Gist options
  • Save zorca/997d12db481a4437170d41b33c05516d to your computer and use it in GitHub Desktop.
Save zorca/997d12db481a4437170d41b33c05516d to your computer and use it in GitHub Desktop.
mutation CreateOrderMutation {
createOrder(input: {
clientMutationId: "orderMutation",
lineItems: [
{productId: 43, quantity: 2},
{productId: 44, quantity: 3},
]}) {
order {
id
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment