OperatorTP_bool_exp
Boolean expressions to filter OperatorTP. All fields are combined with a logical AND.
input OperatorTP_bool_exp {
_and: [OperatorTP_bool_exp!]
_not: OperatorTP_bool_exp
_or: [OperatorTP_bool_exp!]
company: CompanyTP_bool_exp
isArchived: Boolean_comparison_exp
name: String_comparison_exp
operatorRef: Int_comparison_exp
operatorRuns: OperatorRunTP_bool_exp
}
Fields
OperatorTP_bool_exp._and ● [OperatorTP_bool_exp!] list input
Combines the given expressions using a logical AND
OperatorTP_bool_exp._not ● OperatorTP_bool_exp input
Negates the result of the given expression.
OperatorTP_bool_exp._or ● [OperatorTP_bool_exp!] list input
Combines the given expressions using a logical OR.
OperatorTP_bool_exp.company ● CompanyTP_bool_exp input
OperatorTP_bool_exp.isArchived ● Boolean_comparison_exp input
OperatorTP_bool_exp.name ● String_comparison_exp input
A descriptive, human-readable name
OperatorTP_bool_exp.operatorRef ● Int_comparison_exp input
A unique, numeric identifier for the operator.
OperatorTP_bool_exp.operatorRuns ● OperatorRunTP_bool_exp input
Member Of
CompanyTP_bool_exp input ● OperatorRunTP_bool_exp input ● operators query ● OperatorTP_bool_exp input