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