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