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