Skip to main content

user_stream

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

user_stream(
batch_size: Int!
cursor: [user_stream_cursor_input]!
where: user_bool_exp
): [user!]!

Arguments

user_stream.batch_size ● Int! non-null scalar

maximum number of rows returned in a single batch

user_stream.cursor ● [user_stream_cursor_input]! non-null input

cursor to stream the results returned by the query

user_stream.where ● user_bool_exp input

filter the rows returned

Type

user object

columns and relationships of "user"