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