Skip to main content

Action_stream

fetch data from the table in a streaming manner: "Action"

Action_stream(
batch_size: Int!
cursor: [Action_stream_cursor_input]!
where: Action_bool_exp
): [Action!]!

Arguments

Action_stream.batch_size ● Int! non-null scalar

maximum number of rows returned in a single batch

Action_stream.cursor ● [Action_stream_cursor_input]! non-null input

cursor to stream the results returned by the query

Action_stream.where ● Action_bool_exp input

filter the rows returned

Type

Action object

columns and relationships of "Action"