Skip to main content

ProjectStructuresWhereWhereConditionsRelation

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

input ProjectStructuresWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: ProjectStructuresWhereWhereConditions
}

Fields

ProjectStructuresWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

ProjectStructuresWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

ProjectStructuresWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

ProjectStructuresWhereWhereConditionsRelation.condition ● ProjectStructuresWhereWhereConditions input

Additional condition logic.

Member Of

ProjectStructuresWhereWhereConditions input