Anchor to PartnerEventConnectionPartner
connectionPartner Event Connection
The connection type for PartnerEvent.
Anchor to Queries with this connectionQueries with this connection
- events (PartnerEventConnection)
- •query
A timeline of historical events for the authenticated partner.
- Anchor to afterafter•String
Returns the elements in the list that come after the specified cursor.
- Anchor to beforebefore•String
Returns the elements in the list that come before the specified cursor.
- Anchor to firstfirst•Int
Returns the first n elements from the list.
- Anchor to lastlast•Int
Returns the last n elements from the list.
- Anchor to filterfilter•Event
Filter Input Filter criteria for historical events.
- Anchor to orderByorder•Event
By Order Default:OCCURRED_AT_DESC The order in which to return events.
Arguments
Was this section helpful?
Anchor to Possible returnsPossible returns
- edges ([PartnerEventEdge!]!)
- pageInfo (HistoricalEventsPageInfo!)
- Anchor to edgesedges•[Partner
Event Edge!]! non-null A list of edges.
- Anchor to pageInfopage•Historical
Info Events Page Info! non-null Information about pagination in this connection.
Was this section helpful?