Skip to main content

SubmissionTagsWhereWhereConditions

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

input SubmissionTagsWhereWhereConditions {
column: TagsWhereColumns
operator: SQLOperator
value: Mixed
AND: [SubmissionTagsWhereWhereConditions!]
OR: [SubmissionTagsWhereWhereConditions!]
HAS: SubmissionTagsWhereWhereConditionsRelation
}

Fields

SubmissionTagsWhereWhereConditions.column ● TagsWhereColumns enum

The column that is used for the condition.

SubmissionTagsWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

SubmissionTagsWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

SubmissionTagsWhereWhereConditions.AND ● [SubmissionTagsWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

SubmissionTagsWhereWhereConditions.OR ● [SubmissionTagsWhereWhereConditions!] list input

A set of conditions that requires at least one condition to match.

SubmissionTagsWhereWhereConditions.HAS ● SubmissionTagsWhereWhereConditionsRelation input

Check whether a relation exists. Extra conditions or a minimum amount can be applied.

Member Of

SubmissionTagsWhereWhereConditions input ● SubmissionTagsWhereWhereConditionsRelation input