workspace_stream
fetch data from the table in a streaming manner: "workspace"
workspace_stream(
batch_size: Int!
cursor: [workspace_stream_cursor_input]!
where: workspace_bool_exp
): [workspace!]!
Arguments
workspace_stream.batch_size ● Int! non-null scalar
maximum number of rows returned in a single batch
workspace_stream.cursor ● [workspace_stream_cursor_input]! non-null input
cursor to stream the results returned by the query
workspace_stream.where ● workspace_bool_exp input
filter the rows returned
Type
workspace object
columns and relationships of "workspace"