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


