Skip to main content

QuerySpecificationsHasResponsibleWhereHasConditionsRelation

Dynamic HAS conditions for WHERE conditions for the hasResponsible argument of the query specifications.

input QuerySpecificationsHasResponsibleWhereHasConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QuerySpecificationsHasResponsibleWhereHasConditions
}

Fields

QuerySpecificationsHasResponsibleWhereHasConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

QuerySpecificationsHasResponsibleWhereHasConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

QuerySpecificationsHasResponsibleWhereHasConditionsRelation.amount ● Int scalar

The amount to test.

QuerySpecificationsHasResponsibleWhereHasConditionsRelation.condition ● QuerySpecificationsHasResponsibleWhereHasConditions input

Additional condition logic.

Member Of

QuerySpecificationsHasResponsibleWhereHasConditions input