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