Skip to content

Commit

Permalink
Add Missing Closing Parentheses on TransitionToState Example Mutation
Browse files Browse the repository at this point in the history
  • Loading branch information
pevey authored Oct 20, 2023
1 parent 716d967 commit 0ff4e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guides/storefront/checkout-flow/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ while the payment is being arranged. The [`transitionOrderToState`](/reference/g
<TabItem value="Query" label="Query" default>

```graphql
mutation TransitionToState($state: String!)
mutation TransitionToState($state: String!) {
transitionOrderToState(state: $state) {
...ActiveOrder
...on OrderStateTransitionError {
Expand Down

0 comments on commit 0ff4e90

Please sign in to comment.