CorrespondenceMembersWhereWhereConditionsRelation
Dynamic HAS conditions for WHERE conditions for the where argument of the query members.
input CorrespondenceMembersWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: CorrespondenceMembersWhereWhereConditions
}
Fields
CorrespondenceMembersWhereWhereConditionsRelation.relation ● String! non-null scalar
The relation that is checked.
CorrespondenceMembersWhereWhereConditionsRelation.operator ● SQLOperator enum
The comparison operator to test against the amount.
CorrespondenceMembersWhereWhereConditionsRelation.amount ● Int scalar
The amount to test.
CorrespondenceMembersWhereWhereConditionsRelation.condition ● CorrespondenceMembersWhereWhereConditions input
Additional condition logic.