Skip to main content

ActContractsWhereWhereConditionsRelation

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

input ActContractsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: ActContractsWhereWhereConditions
}

Fields

ActContractsWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

ActContractsWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

ActContractsWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

ActContractsWhereWhereConditionsRelation.condition ● ActContractsWhereWhereConditions input

Additional condition logic.

Member Of

ActContractsWhereWhereConditions input