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