Skip to main content

CompanySpecificationsWhereWhereConditionsRelation

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

input CompanySpecificationsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: CompanySpecificationsWhereWhereConditions
}

Fields

CompanySpecificationsWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

CompanySpecificationsWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

CompanySpecificationsWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

CompanySpecificationsWhereWhereConditionsRelation.condition ● CompanySpecificationsWhereWhereConditions input

Additional condition logic.

Member Of

CompanySpecificationsWhereWhereConditions input