users
No description
users(
orderBy: [QueryUsersOrderByOrderByClause!]
where: QueryUsersWhereWhereConditions
first: Int!
page: Int
): UserPaginator!
Arguments
users.orderBy ● [QueryUsersOrderByOrderByClause!] list input
users.where ● QueryUsersWhereWhereConditions input
users.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 1000.
users.page ● Int scalar
The offset from which items are returned.
Type
UserPaginator object
A paginated list of User items.


