Skip to main content

MembershipContactStoreContactPage

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

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

type MembershipContactStoreContactPage {
items: [MembershipContactStoreContact!]!
pageInfo: OffsetPageInfo!
}

Fields​

MembershipContactStoreContactPage.items ● [MembershipContactStoreContact!]! 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.

MembershipContactStoreContactPage.pageInfo ● OffsetPageInfo! non-null object​

Pagination metadata for this page.

Member Of​

MembershipContactStore object