Skip to main content

CompanyLinkedinsWhereWhereConditions

Dynamic WHERE conditions for the where argument of the query linkedins.

input CompanyLinkedinsWhereWhereConditions {
column: LinkedinWhereColumns
operator: SQLOperator
value: Mixed
AND: [CompanyLinkedinsWhereWhereConditions!]
OR: [CompanyLinkedinsWhereWhereConditions!]
HAS: CompanyLinkedinsWhereWhereConditionsRelation
}

Fields

CompanyLinkedinsWhereWhereConditions.column ● LinkedinWhereColumns enum

The column that is used for the condition.

CompanyLinkedinsWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

CompanyLinkedinsWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

CompanyLinkedinsWhereWhereConditions.AND ● [CompanyLinkedinsWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

CompanyLinkedinsWhereWhereConditions.OR ● [CompanyLinkedinsWhereWhereConditions!] list input

A set of conditions that requires at least one condition to match.

CompanyLinkedinsWhereWhereConditions.HAS ● CompanyLinkedinsWhereWhereConditionsRelation input

Check whether a relation exists. Extra conditions or a minimum amount can be applied.

Member Of

CompanyLinkedinsWhereWhereConditions input ● CompanyLinkedinsWhereWhereConditionsRelation input