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