Skip to main content

EventPeopleConnection

A connection type to paginate in a list of event profiles.

type EventPeopleConnection {
pageInfo: PageInfo!
totalCount: Int!
nodes: [EventPerson!]!
}

Fields

EventPeopleConnection.pageInfo ● PageInfo! non-null object

EventPeopleConnection.totalCount ● Int! non-null scalar

EventPeopleConnection.nodes ● [EventPerson!]! non-null object

Returned by

eventPerson query

Member Of

PushNotification object