Skip to content

Commit 6b9f201

Browse files
authored
Update create-guest-cart.md (AdobeDocs#365)
the input type of mutation is wrong
1 parent 9934acb commit 6b9f201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/graphql/schema/cart/mutations/create-guest-cart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The `createGuestCart` mutation creates an empty shopping cart for a guest shoppe
1010

1111
```graphql
1212
mutation {
13-
createGuestCart(input: ApplyCouponToCartInput) {
13+
createGuestCart(input: CreateGuestCartInput) {
1414
CreateGuestCartOutput
1515
}
1616
}

0 commit comments

Comments
 (0)