Skip to main content

CeContactStoreNotePage

A page of continuing-education-contact-store-scoped notes together with pagination metadata.

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

type CeContactStoreNotePage {
items: [CeContactStoreNote!]!
pageInfo: OffsetPageInfo!
}

Fields

CeContactStoreNotePage.items ● [CeContactStoreNote!]! 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.

CeContactStoreNotePage.pageInfo ● OffsetPageInfo! non-null object

Pagination metadata for this page.

Member Of

CeContactStore object ● CeContactStoreContact object ● CeContactStoreNoteType object