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