Skip to main content

ExpenseStructuresWhereWhereConditionsRelation

Dynamic HAS conditions for WHERE conditions for the where argument of the query structures.

input ExpenseStructuresWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: ExpenseStructuresWhereWhereConditions
}

Fields

ExpenseStructuresWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

ExpenseStructuresWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

ExpenseStructuresWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

ExpenseStructuresWhereWhereConditionsRelation.condition ● ExpenseStructuresWhereWhereConditions input

Additional condition logic.

Member Of

ExpenseStructuresWhereWhereConditions input