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