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


