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


