Skip to main content

CeContactStoreContactPage

A page of continuing education contact-store contacts together with pagination metadata.

Returned by *Paged query fields such as CeContactStore.contactsPaged. Use items for the contacts on the current page and pageInfo to drive pagination UI (total count, has-next-page, etc.).

type CeContactStoreContactPage {
items: [CeContactStoreContact!]!
pageInfo: OffsetPageInfo!
}

Fields

CeContactStoreContactPage.items ● [CeContactStoreContact!]! non-null object

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

CeContactStoreContactPage.pageInfo ● OffsetPageInfo! non-null object

Pagination metadata for this page.

Member Of

CeContactStore object