Skip to main content

promotion_stream

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

promotion_stream(
batch_size: Int!
cursor: [promotion_stream_cursor_input]!
where: promotion_bool_exp
): [promotion!]!

Arguments

promotion_stream.batch_size ● Int! non-null scalar

maximum number of rows returned in a single batch

promotion_stream.cursor ● [promotion_stream_cursor_input]! non-null input

cursor to stream the results returned by the query

promotion_stream.where ● promotion_bool_exp input

filter the rows returned

Type

promotion object

columns and relationships of "promotion"