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


