Skip to content

EventCollection

View normalized Markdown

One deterministic page from the Management v1 change feed.

graphql
type EventCollection {
  nodes: [Event!]!
  pageInfo: PageInfo!
}

Fields

EventCollection.nodes · [Event!]! non-null object

EventCollection.pageInfo · PageInfo! non-null object

Cursor information for continuing synchronization.

Returned By

events query