CompanyManagersWhereWhereConditionsRelation
Dynamic HAS conditions for WHERE conditions for the where argument of the query managers.
input CompanyManagersWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: CompanyManagersWhereWhereConditions
}
Fields
CompanyManagersWhereWhereConditionsRelation.relation ● String! non-null scalar
The relation that is checked.
CompanyManagersWhereWhereConditionsRelation.operator ● SQLOperator enum
The comparison operator to test against the amount.
CompanyManagersWhereWhereConditionsRelation.amount ● Int scalar
The amount to test.
CompanyManagersWhereWhereConditionsRelation.condition ● CompanyManagersWhereWhereConditions input
Additional condition logic.