ContactStoreContactPage
A page of contact-store contacts together with pagination metadata.
Returned by *Paged query fields such as ContactStore.contactsPaged. Use items for the contacts
on the current page and pageInfo to drive pagination UI (total count, has-next-page, etc.).
type ContactStoreContactPage {
items: [ContactStoreContact!]!
pageInfo: OffsetPageInfo!
}
Fields
ContactStoreContactPage.items ● [ContactStoreContact!]! 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.
ContactStoreContactPage.pageInfo ● OffsetPageInfo! non-null object
Pagination metadata for this page.
Member Of
ContactStore object