QueryLandingPagesWhereWhereConditions
Dynamic WHERE conditions for the where
argument of the query landingPages
.
input QueryLandingPagesWhereWhereConditions {
column: LandingPagesSearchByColumns
operator: SQLOperator
value: Mixed
AND: [QueryLandingPagesWhereWhereConditions!]
OR: [QueryLandingPagesWhereWhereConditions!]
HAS: QueryLandingPagesWhereWhereConditionsRelation
}
Fields
QueryLandingPagesWhereWhereConditions.column
● LandingPagesSearchByColumns
enum
The column that is used for the condition.
QueryLandingPagesWhereWhereConditions.operator
● SQLOperator
enum
The operator that is used for the condition.
QueryLandingPagesWhereWhereConditions.value
● Mixed
scalar
The value that is used for the condition.
QueryLandingPagesWhereWhereConditions.AND
● [QueryLandingPagesWhereWhereConditions!]
list input
A set of conditions that requires all conditions to match.
QueryLandingPagesWhereWhereConditions.OR
● [QueryLandingPagesWhereWhereConditions!]
list input
A set of conditions that requires at least one condition to match.
QueryLandingPagesWhereWhereConditions.HAS
● QueryLandingPagesWhereWhereConditionsRelation
input
Check whether a relation exists. Extra conditions or a minimum amount can be applied.
Member Of
landingPages
query ● QueryLandingPagesWhereWhereConditions
input ● QueryLandingPagesWhereWhereConditionsRelation
input