Skip to content

Commit

Permalink
Update create-guest-cart.md
Browse files Browse the repository at this point in the history
the input type of mutation is wrong
  • Loading branch information
magnafilix authored Oct 2, 2024
1 parent 82b7a9f commit 188377c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `createGuestCart` mutation creates an empty shopping cart for a guest shoppe

```graphql
mutation {
createGuestCart(input: ApplyCouponToCartInput) {
createGuestCart(input: CreateGuestCartInput) {
CreateGuestCartOutput
}
}
Expand Down

0 comments on commit 188377c

Please sign in to comment.