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