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


