BundleSearchInput
No description
input BundleSearchInput {
ids: [String!]
productIds: [Int!]
taxZone: String
page: Int!
offset: Int!
sortInputs: [BundleSortInput!]
}
Fields
BundleSearchInput.ids
● [String!]
list scalar
Bundle IDs
BundleSearchInput.productIds
● [Int!]
list scalar
Product IDs
BundleSearchInput.taxZone
● String
scalar
Tax zone
BundleSearchInput.page
● Int!
non-null scalar
BundleSearchInput.offset
● Int!
non-null scalar
BundleSearchInput.sortInputs
● [BundleSortInput!]
list input
Inputs to sort by
Member Of
bundles
query