Skip to main content

ProjectContractsWhereWhereConditionsRelation

Dynamic HAS conditions for WHERE conditions for the where argument of the query contracts.

input ProjectContractsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: ProjectContractsWhereWhereConditions
}

Fields

ProjectContractsWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

ProjectContractsWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

ProjectContractsWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

ProjectContractsWhereWhereConditionsRelation.condition ● ProjectContractsWhereWhereConditions input

Additional condition logic.

Member Of

ProjectContractsWhereWhereConditions input