diff --git a/docs/docs/guides/storefront/checkout-flow/index.mdx b/docs/docs/guides/storefront/checkout-flow/index.mdx index 0005193f04..26c8a5c554 100644 --- a/docs/docs/guides/storefront/checkout-flow/index.mdx +++ b/docs/docs/guides/storefront/checkout-flow/index.mdx @@ -308,7 +308,7 @@ while the payment is being arranged. The [`transitionOrderToState`](/reference/g ```graphql -mutation TransitionToState($state: String!) +mutation TransitionToState($state: String!) { transitionOrderToState(state: $state) { ...ActiveOrder ...on OrderStateTransitionError {