Skip to main content

Watcher_stream

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

Watcher_stream(
batch_size: Int!
cursor: [Watcher_stream_cursor_input]!
where: Watcher_bool_exp
): [Watcher!]!

Arguments

Watcher_stream.batch_size ● Int! non-null scalar

maximum number of rows returned in a single batch

Watcher_stream.cursor ● [Watcher_stream_cursor_input]! non-null input

cursor to stream the results returned by the query

Watcher_stream.where ● Watcher_bool_exp input

filter the rows returned

Type

Watcher object

columns and relationships of "Watcher"