Skip to main content

QueryContractTypesWhereWhereConditionsRelation

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

input QueryContractTypesWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryContractTypesWhereWhereConditions
}

Fields

QueryContractTypesWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

QueryContractTypesWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

QueryContractTypesWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

QueryContractTypesWhereWhereConditionsRelation.condition ● QueryContractTypesWhereWhereConditions input

Additional condition logic.

Member Of

QueryContractTypesWhereWhereConditions input