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