Skip to main content

ContractChildrenWhereWhereConditionsRelation

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

input ContractChildrenWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: ContractChildrenWhereWhereConditions
}

Fields

ContractChildrenWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

ContractChildrenWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

ContractChildrenWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

ContractChildrenWhereWhereConditionsRelation.condition ● ContractChildrenWhereWhereConditions input

Additional condition logic.

Member Of

ContractChildrenWhereWhereConditions input