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