EventPeopleConnection
A connection type to paginate in a list of event profiles.
type EventPeopleConnection {
pageInfo: PageInfo!
totalCount: Int!
nodes: [EventPerson!]!
}
A connection type to paginate in a list of event profiles.
type EventPeopleConnection {
pageInfo: PageInfo!
totalCount: Int!
nodes: [EventPerson!]!
}
EventPeopleConnection.pageInfo ● PageInfo! non-null objectEventPeopleConnection.totalCount ● Int! non-null scalarEventPeopleConnection.nodes ● [EventPerson!]! non-null object