Skip to main content

SpecificationMembersWhereWhereConditions

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

input SpecificationMembersWhereWhereConditions {
column: UsersWhereColumns
operator: SQLOperator
value: Mixed
AND: [SpecificationMembersWhereWhereConditions!]
OR: [SpecificationMembersWhereWhereConditions!]
HAS: SpecificationMembersWhereWhereConditionsRelation
}

Fields

SpecificationMembersWhereWhereConditions.column ● UsersWhereColumns enum

The column that is used for the condition.

SpecificationMembersWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

SpecificationMembersWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

SpecificationMembersWhereWhereConditions.AND ● [SpecificationMembersWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

SpecificationMembersWhereWhereConditions.OR ● [SpecificationMembersWhereWhereConditions!] list input

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

SpecificationMembersWhereWhereConditions.HAS ● SpecificationMembersWhereWhereConditionsRelation input

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

Member Of

SpecificationMembersWhereWhereConditions input ● SpecificationMembersWhereWhereConditionsRelation input