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