Skip to main content

ContactStoreNoteTypePage

A page of contact-store-scoped note types together with pagination metadata.

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

type ContactStoreNoteTypePage {
items: [ContactStoreNoteType!]!
pageInfo: OffsetPageInfo!
}

Fields

ContactStoreNoteTypePage.items ● [ContactStoreNoteType!]! 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.

ContactStoreNoteTypePage.pageInfo ● OffsetPageInfo! non-null object

Pagination metadata for this page.

Member Of

ContactStoreNoteSetup object