EventsConnection
A connection type to paginate in a list of events.
type EventsConnection {
pageInfo: PageInfo!
totalCount: Int!
nodes: [Event!]!
}
Fields
EventsConnection.pageInfo ● PageInfo! non-null object
EventsConnection.totalCount ● Int! non-null scalar
EventsConnection.nodes ● [Event!]! non-null object
Member Of
EventPerson object ● Exhibitor object ● Planning object ● PushNotification object