QueryContactsWhereWhereConditionsRelation
No description
input QueryContactsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryContactsWhereWhereConditions
}
No description
input QueryContactsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryContactsWhereWhereConditions
}
QueryContactsWhereWhereConditionsRelation.relation ● String! non-null scalarQueryContactsWhereWhereConditionsRelation.operator ● SQLOperator enumQueryContactsWhereWhereConditionsRelation.amount ● Int scalarQueryContactsWhereWhereConditionsRelation.condition ● QueryContactsWhereWhereConditions input