Skip to main content

bookingPage_stream

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

bookingPage_stream(
batch_size: Int!
cursor: [bookingPage_stream_cursor_input]!
where: bookingPage_bool_exp
): [bookingPage!]!

Arguments

bookingPage_stream.batch_size ● Int! non-null scalar

maximum number of rows returned in a single batch

bookingPage_stream.cursor ● [bookingPage_stream_cursor_input]! non-null input

cursor to stream the results returned by the query

bookingPage_stream.where ● bookingPage_bool_exp input

filter the rows returned

Type

bookingPage object

columns and relationships of "bookingPage"