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