Skip to main content

PersonMembersWhereWhereConditions

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

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

Fields

PersonMembersWhereWhereConditions.column ● UsersWhereColumns enum

The column that is used for the condition.

PersonMembersWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

PersonMembersWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

PersonMembersWhereWhereConditions.AND ● [PersonMembersWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

PersonMembersWhereWhereConditions.OR ● [PersonMembersWhereWhereConditions!] list input

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

PersonMembersWhereWhereConditions.HAS ● PersonMembersWhereWhereConditionsRelation input

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

Member Of

PersonMembersWhereWhereConditions input ● PersonMembersWhereWhereConditionsRelation input