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