Skip to main content

ContractFilesWhereWhereConditionsRelation

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

input ContractFilesWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: ContractFilesWhereWhereConditions
}

Fields

ContractFilesWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

ContractFilesWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

ContractFilesWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

ContractFilesWhereWhereConditionsRelation.condition ● ContractFilesWhereWhereConditions input

Additional condition logic.

Member Of

ContractFilesWhereWhereConditions input