Skip to main content

EventCourseRegistrationPage

A page of event-scoped course registrations together with pagination metadata.

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

type EventCourseRegistrationPage {
items: [EventCourseRegistration!]!
pageInfo: OffsetPageInfo!
}

Fields

EventCourseRegistrationPage.items ● [EventCourseRegistration!]! non-null object

The course registrations on this page, in the same order they would be returned by the equivalent courseRegistrations field with the same offset, limit and filter arguments.

EventCourseRegistrationPage.pageInfo ● OffsetPageInfo! non-null object

Pagination metadata for this page.

Member Of

Contact object ● Event object