Skip to main content

rolePermissionsConnection

Reads and enables pagination through a set of RolePermission.

rolePermissionsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [RolePermissionsOrderBy!] = [PRIMARY_KEY_ASC]
condition: RolePermissionCondition
filter: RolePermissionFilter
): RolePermissionsConnection

Arguments

rolePermissionsConnection.first ● Int scalar

Only read the first n values of the set.

rolePermissionsConnection.last ● Int scalar

Only read the last n values of the set.

rolePermissionsConnection.offset ● Int scalar

Skip the first n values from our after cursor, an alternative to cursor based pagination. May not be used with last.

rolePermissionsConnection.before ● Cursor scalar

Read all values in the set before (above) this cursor.

rolePermissionsConnection.after ● Cursor scalar

Read all values in the set after (below) this cursor.

rolePermissionsConnection.orderBy ● [RolePermissionsOrderBy!] list enum

The method to use when ordering RolePermission.

rolePermissionsConnection.condition ● RolePermissionCondition input

A condition to be used in determining which values should be returned by the collection.

rolePermissionsConnection.filter ● RolePermissionFilter input

A filter to be used in determining which values should be returned by the collection.

Type

RolePermissionsConnection object

A connection to a list of RolePermission values.