Skip to main content

locationService_stream

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

locationService_stream(
batch_size: Int!
cursor: [locationService_stream_cursor_input]!
where: locationService_bool_exp
): [locationService!]!

Arguments

locationService_stream.batch_size ● Int! non-null scalar

maximum number of rows returned in a single batch

locationService_stream.cursor ● [locationService_stream_cursor_input]! non-null input

cursor to stream the results returned by the query

locationService_stream.where ● locationService_bool_exp input

filter the rows returned

Type

locationService object

columns and relationships of "locationService"