Skip to main content

QueryCompaniesWhereWhereConditionsRelation

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

input QueryCompaniesWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryCompaniesWhereWhereConditions
}

Fields

QueryCompaniesWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

QueryCompaniesWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

QueryCompaniesWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

QueryCompaniesWhereWhereConditionsRelation.condition ● QueryCompaniesWhereWhereConditions input

Additional condition logic.

Member Of

QueryCompaniesWhereWhereConditions input