QueryProjectsHasCreatorWhereHasConditions
Dynamic WHERE conditions for the hasCreator
argument of the query projects
.
input QueryProjectsHasCreatorWhereHasConditions {
column: QueryProjectsHasCreatorColumn
operator: SQLOperator
value: Mixed
AND: [QueryProjectsHasCreatorWhereHasConditions!]
OR: [QueryProjectsHasCreatorWhereHasConditions!]
HAS: QueryProjectsHasCreatorWhereHasConditionsRelation
}
Fields
QueryProjectsHasCreatorWhereHasConditions.column
● QueryProjectsHasCreatorColumn
enum
The column that is used for the condition.
QueryProjectsHasCreatorWhereHasConditions.operator
● SQLOperator
enum
The operator that is used for the condition.
QueryProjectsHasCreatorWhereHasConditions.value
● Mixed
scalar
The value that is used for the condition.
QueryProjectsHasCreatorWhereHasConditions.AND
● [QueryProjectsHasCreatorWhereHasConditions!]
list input
A set of conditions that requires all conditions to match.
QueryProjectsHasCreatorWhereHasConditions.OR
● [QueryProjectsHasCreatorWhereHasConditions!]
list input
A set of conditions that requires at least one condition to match.
QueryProjectsHasCreatorWhereHasConditions.HAS
● QueryProjectsHasCreatorWhereHasConditionsRelation
input
Check whether a relation exists. Extra conditions or a minimum amount can be applied.
Member Of
projects
query ● QueryProjectsHasCreatorWhereHasConditions
input ● QueryProjectsHasCreatorWhereHasConditionsRelation
input