Skip to main content

EventConnection

The connection type for Event.

type EventConnection {
edges: [EventEdge]
nodes: [Event]
pageInfo: PageInfo!
}

Fields

EventConnection.edges ● [EventEdge] list object common

A list of edges.

EventConnection.nodes ● [Event] list object common

A list of nodes.

EventConnection.pageInfo ● PageInfo! non-null object common

Information to aid in pagination.

Returned by

events query

Member of

EventGroupType object