Skip to main content

ProjectChildrenWhereWhereConditionsRelation

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

input ProjectChildrenWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: ProjectChildrenWhereWhereConditions
}

Fields

ProjectChildrenWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

ProjectChildrenWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

ProjectChildrenWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

ProjectChildrenWhereWhereConditionsRelation.condition ● ProjectChildrenWhereWhereConditions input

Additional condition logic.

Member Of

ProjectChildrenWhereWhereConditions input