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