contactNotes
No description
contactNotes(
contact_id: ID!
orderBy: [QueryContactNotesOrderByOrderByClause!]
where: QueryContactNotesWhereWhereConditions
first: Int!
page: Int
): ContactNotePaginator!
Arguments
contactNotes.contact_id ● ID! non-null scalar
contactNotes.orderBy ● [QueryContactNotesOrderByOrderByClause!] list input
contactNotes.where ● QueryContactNotesWhereWhereConditions input
contactNotes.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 500.
contactNotes.page ● Int scalar
The offset from which items are returned.
Type
ContactNotePaginator object
A paginated list of ContactNote items.


