Skip to main content

ExpenseFilesWhereWhereConditionsRelation

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

input ExpenseFilesWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: ExpenseFilesWhereWhereConditions
}

Fields

ExpenseFilesWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

ExpenseFilesWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

ExpenseFilesWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

ExpenseFilesWhereWhereConditionsRelation.condition ● ExpenseFilesWhereWhereConditions input

Additional condition logic.

Member Of

ExpenseFilesWhereWhereConditions input