Skip to main content

ExternalEventsConnection

A connection to a list of ExternalEvent values.

type ExternalEventsConnection {
nodes: [ExternalEvent!]!
edges: [ExternalEventsEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

ExternalEventsConnection.nodes ● [ExternalEvent!]! non-null object

A list of ExternalEvent objects.

ExternalEventsConnection.edges ● [ExternalEventsEdge!]! non-null object

A list of edges which contains the ExternalEvent and cursor to aid in pagination.

ExternalEventsConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

ExternalEventsConnection.totalCount ● Int! non-null scalar

The count of *all* ExternalEvent you could get from the connection.

Returned By

externalEventsConnection query