CartAddBundleInput
No description
input CartAddBundleInput {
quantity: Int
notes: String
bundleId: String!
}
Fields
CartAddBundleInput.quantity
● Int
scalar
Item quantity
CartAddBundleInput.notes
● String
scalar
Item notes
CartAddBundleInput.bundleId
● String!
non-null scalar
Bundle identifier
Member Of
cartAddBundle
mutation