Skip to main content

QueryCorrespondencesWhereWhereConditionsRelation

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

input QueryCorrespondencesWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryCorrespondencesWhereWhereConditions
}

Fields

QueryCorrespondencesWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

QueryCorrespondencesWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

QueryCorrespondencesWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

QueryCorrespondencesWhereWhereConditionsRelation.condition ● QueryCorrespondencesWhereWhereConditions input

Additional condition logic.

Member Of

QueryCorrespondencesWhereWhereConditions input