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


