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