Skip to main content

FunctionRegistrationPage

A page of function registrations together with pagination metadata.

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

type FunctionRegistrationPage {
items: [FunctionRegistration!]!
pageInfo: OffsetPageInfo!
}

Fields

FunctionRegistrationPage.items ● [FunctionRegistration!]! 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, limit and filter arguments.

FunctionRegistrationPage.pageInfo ● OffsetPageInfo! non-null object

Pagination metadata for this page.

Member Of

Contact object ● Event object