MembershipContactStoreFunctionRegistrationPage
A page of membership contact store function registrations together with pagination metadata.
Returned by MembershipContactStoreFunction.functionRegistrationsPaged. Use items for the
function registrations on the current page and pageInfo to drive pagination UI.
type MembershipContactStoreFunctionRegistrationPage {
items: [MembershipContactStoreFunctionRegistration!]!
pageInfo: OffsetPageInfo!
}
Fields
MembershipContactStoreFunctionRegistrationPage.items ● [MembershipContactStoreFunctionRegistration!]! 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.
MembershipContactStoreFunctionRegistrationPage.pageInfo ● OffsetPageInfo! non-null object
Pagination metadata for this page.