Delete operation: Argument where
of type [Model]WhereUniqueInput needs at least one of id
arguments.
#172
Labels
where
of type [Model]WhereUniqueInput needs at least one of id
arguments.
#172
Let's say we have this model.
When looking at the delete operation the generated
input ExampleExtendedWhereUniqueInput
is not correct.id: String
should be mandatory:id: String!
That should only be the case when not using the @unique or @@unique directive because in that case we could also use the unique field(s) in order to specify a unique row.
The text was updated successfully, but these errors were encountered: