ContactNotePaginator
A paginated list of ContactNote items.
type ContactNotePaginator {
data: [ContactNote!]!
paginatorInfo: PaginatorInfo!
}
Fields
ContactNotePaginator.data
● [ContactNote!]!
non-null object
A list of ContactNote items.
ContactNotePaginator.paginatorInfo
● PaginatorInfo!
non-null object
Pagination information about the list of items.
Returned By
contactNotes
query