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