accountNotes
No description
accountNotes(
account_id: ID!
first: Int!
orderBy: [QueryAccountNotesOrderByOrderByClause!]
page: Int
where: QueryAccountNotesWhereWhereConditions
): AccountNotePaginator!
Arguments
accountNotes.account_id ● ID! non-null scalar
accountNotes.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 500.
accountNotes.orderBy ● [QueryAccountNotesOrderByOrderByClause!] list input
accountNotes.page ● Int scalar
The offset from which items are returned.
accountNotes.where ● QueryAccountNotesWhereWhereConditions input
Type
AccountNotePaginator object
A paginated list of AccountNote items.


