offers
No description
graphql
offers(
after: String
availabilityMode: OfferAvailabilityModeEnum = EXACT
before: String
dates: [DateRange!]
dows: [Int!]
eventTemplates: [IdOrNumber!]
excludeCompletedFixedEvents: Boolean = false
first: Int
hours4: [Int!]
includeProductIds: Boolean
includeQuota: Boolean = true
last: Int
offerableTypes: [OfferableTypeEnum!]
posId: ID!
quantity: Int
savedFilterId: ID
span: TsRange
spanOperator: RangeOperatorEnum = OVERLAP
tags: [ID!]
text: String
): OfferableUnionConnection!
Arguments
offers.after · String scalar
Returns the elements in the list that come after the specified cursor.
offers.availabilityMode · OfferAvailabilityModeEnum enum
offers.before · String scalar
Returns the elements in the list that come before the specified cursor.
offers.dates · [DateRange!] list scalar
offers.dows · [Int!] list scalar
offers.eventTemplates · [IdOrNumber!] list scalar
offers.excludeCompletedFixedEvents · Boolean scalar
offers.first · Int scalar
Returns the first _n_ elements from the list.
offers.hours4 · [Int!] list scalar
offers.includeProductIds · Boolean scalar
offers.includeQuota · Boolean scalar
offers.last · Int scalar
Returns the last _n_ elements from the list.
offers.offerableTypes · [OfferableTypeEnum!] list enum
offers.posId · ID! non-null scalar
For which POS should the quota information be calculated.
offers.quantity · Int scalar
offers.savedFilterId · ID scalar
offers.span · TsRange scalar
offers.spanOperator · RangeOperatorEnum enum
offers.tags · [ID!] list scalar
offers.text · String scalar
Type
OfferableUnionConnection object
The connection type for OfferableUnion.