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