ContactStoreNotePage
A page of contact-store-scoped notes together with pagination metadata.
Returned by *Paged query fields such as ContactStore.notesPaged and
ContactStoreContact.notesPaged. Use items for the notes on the current page and pageInfo to
drive pagination UI (total count, has-next-page, etc.).
type ContactStoreNotePage {
items: [ContactStoreNote!]!
pageInfo: OffsetPageInfo!
}
Fields
ContactStoreNotePage.items ● [ContactStoreNote!]! non-null object
The notes on this page, in the same order they would be returned by the equivalent notes field
with the same offset, limit and filter arguments.
ContactStoreNotePage.pageInfo ● OffsetPageInfo! non-null object
Pagination metadata for this page.
Member Of
ContactStore object ● ContactStoreContact object ● ContactStoreNoteType object