Skip to main content

ContactProjectsWhereWhereConditionsRelation

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

input ContactProjectsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: ContactProjectsWhereWhereConditions
}

Fields

ContactProjectsWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

ContactProjectsWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

ContactProjectsWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

ContactProjectsWhereWhereConditionsRelation.condition ● ContactProjectsWhereWhereConditions input

Additional condition logic.

Member Of

ContactProjectsWhereWhereConditions input