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