CeContactStoreCourseRegistrationPage
A page of continuing-education-contact-store-scoped course registrations together with pagination metadata.
Returned by *Paged query fields such as CeContactStore.courseRegistrationsPaged and
CeContactStoreContact.courseRegistrationsPaged. Use items for the course registrations on the
current page and pageInfo to drive pagination UI (total count, has-next-page, etc.).
type CeContactStoreCourseRegistrationPage {
items: [CeContactStoreCourseRegistration!]!
pageInfo: OffsetPageInfo!
}
Fields
CeContactStoreCourseRegistrationPage.items ● [CeContactStoreCourseRegistration!]! 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.
CeContactStoreCourseRegistrationPage.pageInfo ● OffsetPageInfo! non-null object
Pagination metadata for this page.
Member Of
CeContactStore object ● CeContactStoreContact object