Skip to main content

Factory_stream

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

Factory_stream(
batch_size: Int!
cursor: [Factory_stream_cursor_input]!
where: Factory_bool_exp
): [Factory!]!

Arguments

Factory_stream.batch_size ● Int! non-null scalar

maximum number of rows returned in a single batch

Factory_stream.cursor ● [Factory_stream_cursor_input]! non-null input

cursor to stream the results returned by the query

Factory_stream.where ● Factory_bool_exp input

filter the rows returned

Type

Factory object

columns and relationships of "Factory"