Skip to main content

MembershipContactStoreNotePage

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

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

type MembershipContactStoreNotePage {
items: [MembershipContactStoreNote!]!
pageInfo: OffsetPageInfo!
}

Fields

MembershipContactStoreNotePage.items ● [MembershipContactStoreNote!]! 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.

MembershipContactStoreNotePage.pageInfo ● OffsetPageInfo! non-null object

Pagination metadata for this page.

Member Of

MembershipContactStore object ● MembershipContactStoreContact object ● MembershipContactStoreNoteType object