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