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