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


