Skip to main content

ProjectFilesWhereWhereConditionsRelation

Dynamic HAS conditions for WHERE conditions for the where argument of the query files.

input ProjectFilesWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: ProjectFilesWhereWhereConditions
}

Fields

ProjectFilesWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

ProjectFilesWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

ProjectFilesWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

ProjectFilesWhereWhereConditionsRelation.condition ● ProjectFilesWhereWhereConditions input

Additional condition logic.

Member Of

ProjectFilesWhereWhereConditions input