Skip to main content

AgendaItemAttendancePage

A page of agenda item attendances together with pagination metadata.

Returned by *Paged query fields such as Event.agendaItemAttendancesPaged and Contact.agendaItemAttendancesPaged. Use items for the agenda item attendances on the current page and pageInfo to drive pagination UI (total count, has-next-page, etc.).

type AgendaItemAttendancePage {
items: [AgendaItemAttendance!]!
pageInfo: OffsetPageInfo!
}

Fields​

AgendaItemAttendancePage.items ● [AgendaItemAttendance!]! non-null object​

The agenda item attendances on this page, in the same order they would be returned by the equivalent agendaItemAttendances field with the same offset, limit and filter arguments.

AgendaItemAttendancePage.pageInfo ● OffsetPageInfo! non-null object​

Pagination metadata for this page.

Member Of​

Contact object ● Event object