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


