Skip to main content

PersonCompaniesWhereWhereConditionsRelation

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

input PersonCompaniesWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: PersonCompaniesWhereWhereConditions
}

Fields

PersonCompaniesWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

PersonCompaniesWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

PersonCompaniesWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

PersonCompaniesWhereWhereConditionsRelation.condition ● PersonCompaniesWhereWhereConditions input

Additional condition logic.

Member Of

PersonCompaniesWhereWhereConditions input