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


