Skip to main content

CeContactStoreFunctionRegistrationPage

A page of CE contact store function registrations together with pagination metadata.

Returned by CeContactStoreFunction.functionRegistrationsPaged. Use items for the function registrations on the current page and pageInfo to drive pagination UI.

type CeContactStoreFunctionRegistrationPage {
items: [CeContactStoreFunctionRegistration!]!
pageInfo: OffsetPageInfo!
}

Fields

CeContactStoreFunctionRegistrationPage.items ● [CeContactStoreFunctionRegistration!]! non-null object

The function registrations on this page, in the same order they would be returned by the equivalent functionRegistrations field with the same offset and limit.

CeContactStoreFunctionRegistrationPage.pageInfo ● OffsetPageInfo! non-null object

Pagination metadata for this page.

Member Of

CeContactStoreFunction object