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