roles
roles(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: RoleOrder
where: RoleWhereInput
): RoleConnection!
Arguments
roles.after ● Cursor scalar
Returns the elements in the list that come after the specified cursor.
roles.first ● Int scalar
Returns the first n elements from the list.
roles.before ● Cursor scalar
Returns the elements in the list that come before the specified cursor.
roles.last ● Int scalar
Returns the last n elements from the list.
roles.orderBy ● RoleOrder input
Ordering options for Roles returned from the connection.
roles.where ● RoleWhereInput input
Filtering options for Roles returned from the connection.
Type
RoleConnection object
A connection to a list of items.