accounts
No description
accounts(
orderBy: [QueryAccountsOrderByOrderByClause!]
where: QueryAccountsWhereWhereConditions
first: Int! = 2000
page: Int
): AccountPaginator!
Arguments
accounts.orderBy
● [QueryAccountsOrderByOrderByClause!]
list input
accounts.where
● QueryAccountsWhereWhereConditions
input
accounts.first
● Int!
non-null scalar
Limits number of fetched items. Maximum allowed value: 5000.
accounts.page
● Int
scalar
The offset from which items are returned.
Type
AccountPaginator
object
A paginated list of Account items.