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