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