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