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