workspaceAccountRolesConnection
Reads and enables pagination through a set of WorkspaceAccountRole.
workspaceAccountRolesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [WorkspaceAccountRolesOrderBy!] = [PRIMARY_KEY_ASC]
condition: WorkspaceAccountRoleCondition
filter: WorkspaceAccountRoleFilter
): WorkspaceAccountRolesConnection
Arguments
workspaceAccountRolesConnection.first ● Int scalar
Only read the first n values of the set.
workspaceAccountRolesConnection.last ● Int scalar
Only read the last n values of the set.
workspaceAccountRolesConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
workspaceAccountRolesConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
workspaceAccountRolesConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
workspaceAccountRolesConnection.orderBy ● [WorkspaceAccountRolesOrderBy!] list enum
The method to use when ordering WorkspaceAccountRole.
workspaceAccountRolesConnection.condition ● WorkspaceAccountRoleCondition input
A condition to be used in determining which values should be returned by the collection.
workspaceAccountRolesConnection.filter ● WorkspaceAccountRoleFilter input
A filter to be used in determining which values should be returned by the collection.
Type
WorkspaceAccountRolesConnection object
A connection to a list of WorkspaceAccountRole values.