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