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