For AI agents: a documentation index is available at /llms.txt
Skip to main content

OperatorTypes

Logical operators for APIs that have conditions

enum OperatorTypes {
and
or
}

Values

OperatorTypes.and

"and" logical operator

OperatorTypes.or

"or" logical operator

Member Of

fulfill mutation ● if mutation ● ifnot mutation ● proxy mutation ● reject mutation ● request mutation ● request subscription ● response mutation ● response subscription ● waitForRequest mutation ● waitForResponse mutation