Skip to main content

PersonLinkedinsWhereWhereConditionsRelation

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

input PersonLinkedinsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: PersonLinkedinsWhereWhereConditions
}

Fields

PersonLinkedinsWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

PersonLinkedinsWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

PersonLinkedinsWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

PersonLinkedinsWhereWhereConditionsRelation.condition ● PersonLinkedinsWhereWhereConditions input

Additional condition logic.

Member Of

PersonLinkedinsWhereWhereConditions input