Skip to main content

StructureTagsWhereWhereConditionsRelation

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

input StructureTagsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: StructureTagsWhereWhereConditions
}

Fields

StructureTagsWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

StructureTagsWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

StructureTagsWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

StructureTagsWhereWhereConditionsRelation.condition ● StructureTagsWhereWhereConditions input

Additional condition logic.

Member Of

StructureTagsWhereWhereConditions input