Skip to main content

workspace

fetch data from the table: "workspace"

workspace(
distinct_on: [workspace_select_column!]
limit: Int
offset: Int
order_by: [workspace_order_by!]
where: workspace_bool_exp
): [workspace!]!

Arguments

workspace.distinct_on ● [workspace_select_column!] list enum

distinct select on columns

workspace.limit ● Int scalar

limit the number of rows returned

workspace.offset ● Int scalar

skip the first n rows. Use only with order_by

workspace.order_by ● [workspace_order_by!] list input

sort the rows by one or more columns

workspace.where ● workspace_bool_exp input

filter the rows returned

Type

workspace object

columns and relationships of "workspace"