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