Skip to main content

StructureQuotesWhereWhereConditionsRelation

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

input StructureQuotesWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: StructureQuotesWhereWhereConditions
}

Fields

StructureQuotesWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

StructureQuotesWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

StructureQuotesWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

StructureQuotesWhereWhereConditionsRelation.condition ● StructureQuotesWhereWhereConditions input

Additional condition logic.

Member Of

StructureQuotesWhereWhereConditions input