Skip to main content

UserCompaniesWhereWhereConditionsRelation

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

input UserCompaniesWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: UserCompaniesWhereWhereConditions
}

Fields

UserCompaniesWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

UserCompaniesWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

UserCompaniesWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

UserCompaniesWhereWhereConditionsRelation.condition ● UserCompaniesWhereWhereConditions input

Additional condition logic.

Member Of

UserCompaniesWhereWhereConditions input