workspaces
No description
workspaces(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: WorkspaceOrder
where: WorkspaceWhereInput
): WorkspaceConnection!
Arguments
workspaces.after ● Cursor scalar
Returns the elements in the list that come after the specified cursor.
workspaces.first ● Int scalar
Returns the first _n_ elements from the list.
workspaces.before ● Cursor scalar
Returns the elements in the list that come before the specified cursor.
workspaces.last ● Int scalar
Returns the last _n_ elements from the list.
workspaces.orderBy ● WorkspaceOrder input
Ordering options for Workspaces returned from the connection.
workspaces.where ● WorkspaceWhereInput input
Filtering options for Workspaces returned from the connection.
Type
WorkspaceConnection object
A connection to a list of items.