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