-
Heya, first of all thanks a lot for a ll the hard work you are putting into nexus and nexus-prisma!
With the way things currently are, resolver performance has a tendency to go down the drain with …
-
Maybe this is a prisma bug rather than a nexus one.
#### Nexus Report
```
1749 ✕ fatal nexus:schema Input Object type dbs_category_has_postUpdateManyDataInput must define one or more fields.
…
-
Hi, this line on `addGloballyComputedInputs` throws `TypeError: Cannot convert undefined or null to object` on any mutation that doesn't have a `data` arg, like `crud.upsert` and `crud.delete`
http…
-
#### Nexus Report
```json
{
"node": "v12.14.0",
"os": {
"platform": "darwin",
"release": "18.7.0"
},
"nexus": "^0.26.1",
"plugins": [
"nexus-plugin-auth0",
"nexu…
-
### Issue
I'm trying to deploy to my VPS, after performing the build command and trying to run the transpiled code I get this error:
```
Error: Root typing path "...\api\dist\src\graphql\context.t…
-
Updating prisma to v2.12 and nexus leads me to this error
```
Error: Unknown property debug provided to PrismaClient constructor.
Read more at https://pris.ly/d/client-constructor
at validat…
-
The CRUD implementation should expose a way to convert `null | undefined` to `undefined`. This would be useful especially for situations where we want to directly pass a `where` query.
For example,…
-
I have this `schema.prisma`:
```gql
model Media {
id String @default(cuid()) @id @unique
}
model Audio {
id String @default(cuid()) @id @unique
}
```
After generating the supporting…
-
We got an issue #189. At this issue the `nexus-prisma` generated code try to import `@prisma/client` from path not found.
the issue was because using `pnpm` package manager creating his own paths to …
-
I have no idea why the relation can't be solved.
Graphql Error
```
{
"errors": [
{
"message": "Resolver group.user is missing the following unique identifiers: id",
"locatio…