Anchor to events
queryevents
A timeline of historical events for the authenticated partner.
Anchor to Arguments
•PartnerEventConnectionPartnerEventConnection arguments
- after (String)
- before (String)
- filter (EventFilterInput)
- first (Int)
- last (Int)
- orderBy (EventOrder)
- 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 filterfilter•Event
Filter Input Filter criteria for historical events.
- 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 orderByorder•Event
By Order Default:OCCURRED_AT_DESC The order in which to return events.
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?