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