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