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.