INPUT_OBJECT
CartCreateMutationInput
Autogenerated input type of CartCreateMutation
link GraphQL Schema definition
- input CartCreateMutationInput {
- # A unique identifier for the client performing the mutation.
- String :
- # Attributes to assign to the cart created.
- CartInput :
- # Params for fetching the given number of items to add to the cart.
- AddCartItemInput!] : [
- }