workspaceConfiguration
fetch data from the table: "workspaceConfiguration"
workspaceConfiguration(
distinct_on: [workspaceConfiguration_select_column!]
limit: Int
offset: Int
order_by: [workspaceConfiguration_order_by!]
where: workspaceConfiguration_bool_exp
): [workspaceConfiguration!]!
Arguments
workspaceConfiguration.distinct_on ● [workspaceConfiguration_select_column!] list enum
distinct select on columns
workspaceConfiguration.limit ● Int scalar
limit the number of rows returned
workspaceConfiguration.offset ● Int scalar
skip the first n rows. Use only with order_by
workspaceConfiguration.order_by ● [workspaceConfiguration_order_by!] list input
sort the rows by one or more columns
workspaceConfiguration.where ● workspaceConfiguration_bool_exp input
filter the rows returned
Type
workspaceConfiguration object
columns and relationships of "workspaceConfiguration"