Skip to content

OfferableUnionEdge

View normalized Markdown

An edge in a connection.

graphql
type OfferableUnionEdge {
  cursor: String!
  node: OfferableUnion
}

Fields

OfferableUnionEdge.cursor · String! non-null scalar

A cursor for use in pagination.

OfferableUnionEdge.node · OfferableUnion union

The item at the end of the edge.

Member Of

OfferableUnionConnection object