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