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