subOperationsStream
Subscribe to sub-operation changes with optional filtering.
subOperationsStream(
where: SubOperationBoolExp
cursor: OperationStreamCursorInput!
batchSize: Int!
): [SubOperation!]
Arguments
subOperationsStream.where ● SubOperationBoolExp input
subOperationsStream.cursor ● OperationStreamCursorInput! non-null input
subOperationsStream.batchSize ● Int! non-null scalar
Type
SubOperation object
Represents a relationship between a parent operation and a sub-operation.