Skip to main content

StructureExpensesWhereWhereConditionsRelation

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

input StructureExpensesWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: StructureExpensesWhereWhereConditions
}

Fields

StructureExpensesWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

StructureExpensesWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

StructureExpensesWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

StructureExpensesWhereWhereConditionsRelation.condition ● StructureExpensesWhereWhereConditions input

Additional condition logic.

Member Of

StructureExpensesWhereWhereConditions input