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


