OfferableUnionConnection
The connection type for OfferableUnion.
graphql
type OfferableUnionConnection {
edges: [OfferableUnionEdge]
facets: OfferableUnionFacets
pageInfo: PageInfo!
totalCount: Int!
}
Fields
OfferableUnionConnection.edges · [OfferableUnionEdge] list object
A list of edges.
OfferableUnionConnection.facets · OfferableUnionFacets object
OfferableUnionConnection.pageInfo · PageInfo! non-null object
Information to aid in pagination.
OfferableUnionConnection.totalCount · Int! non-null scalar
Returned By
offersUnion query