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