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