QueryLandingPagesWhereWhereConditionsRelation
Dynamic HAS conditions for WHERE conditions for the where argument of the query landingPages.
input QueryLandingPagesWhereWhereConditionsRelation {
amount: Int
condition: QueryLandingPagesWhereWhereConditionsHasCondition
operator: SQLOperator
relation: String!
}
Fields
QueryLandingPagesWhereWhereConditionsRelation.amount ● Int scalar
The amount to test.
QueryLandingPagesWhereWhereConditionsRelation.condition ● QueryLandingPagesWhereWhereConditionsHasCondition input
Additional condition logic.
QueryLandingPagesWhereWhereConditionsRelation.operator ● SQLOperator enum
The comparison operator to test against the amount.
QueryLandingPagesWhereWhereConditionsRelation.relation ● String! non-null scalar
The relation that is checked.
Member Of
QueryLandingPagesWhereWhereConditions input ● QueryLandingPagesWhereWhereConditionsHasCondition input


