Skip to main content

LetterMembersWhereWhereConditionsRelation

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

input LetterMembersWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: LetterMembersWhereWhereConditions
}

Fields

LetterMembersWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

LetterMembersWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

LetterMembersWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

LetterMembersWhereWhereConditionsRelation.condition ● LetterMembersWhereWhereConditions input

Additional condition logic.

Member Of

LetterMembersWhereWhereConditions input