MembershipRegistrationPage
A page of membership registrations together with pagination metadata.
Returned by *Paged query fields such as MembershipContactStore.membershipRegistrationsPaged and
MembershipContactStoreContact.membershipRegistrationsPaged. Use items for the membership
registrations on the current page and pageInfo to drive pagination UI (total count,
has-next-page, etc.).
type MembershipRegistrationPage {
items: [MembershipRegistration!]!
pageInfo: OffsetPageInfo!
}
Fields
MembershipRegistrationPage.items ● [MembershipRegistration!]! non-null interface
The membership registrations on this page, in the same order they would be returned by the
equivalent membershipRegistrations field with the same offset, limit and filter arguments.
MembershipRegistrationPage.pageInfo ● OffsetPageInfo! non-null object
Pagination metadata for this page.
Member Of
MembershipContactStore object ● MembershipContactStoreContact object