CartAddBundleInput
No description
input CartAddBundleInput {
cartId: String!
quantity: Int
notes: String
bundleId: Int!
}
Fields
CartAddBundleInput.cartId
● String!
non-null scalar
Cart identifier for this cart item.
CartAddBundleInput.quantity
● Int
scalar
Quantity value for this cart item.
CartAddBundleInput.notes
● String
scalar
CartAddBundleInput.bundleId
● Int!
non-null scalar
Bundle ID of the cart item.
Member Of
cartAddBundle
mutation