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