-
kind of similar to graphql-nexus/nexus#69 but there where some major changes since then so I don't know if commenting on this issue makes sense.
My question:
Is it possible to use a type from the…
-
First, thank you everyone for your incredible work!
I'm a solo developer with a huge codebase, and the technical debt left in the wake from Prisma 1 to 2 is overwhelming. I (and many others) are f…
-
Example schema:
```
datasource db {
provider = "sqlite"
url = env("DATABASE_URL")
}
generator client {
provider = "prisma-client-js"
}
model Item1 {
id Int …
-
My `t.crud.upsertOneXXXX` and `t.crud.deleteOneXXXX` operations are throwing this error:
```
TypeError: Cannot convert undefined or null to object
at Function.keys ()
at addGloballyCompute…
-
- https://github.com/graphql-nexus/nexus/issues/947#issuecomment-675367427
- https://www.prisma.io/docs/reference/tools-and-interfaces/prisma-client/working-with-json#filtering
-
## Your Prisma 1 stack
### What are you building with Prisma?
Two Nexus servers, customer and admin.
Car dealership platform with a sales front end and business/admin backend
### Which versi…
-
I have deployed the Prisma server locally in Docker with **managementApiSecret** and also defined it in **prisma.yml**. Now, there are two issues I'm facing.
1. Prisma server link `http://localhost…
-
I was able to connect to multiple DBs with Prisma 1 and Nexus, but just creating multiple clients and then merging them all into the schema, however I haven't figure out a way to do this with Prisma 2…
-
I have an example that combines GraphQL Nexus with Next.js, you can find it here: https://github.com/prisma/prisma-examples/tree/prisma2/typescript/graphql-nextjs
Now, I'm trying to invoke the Nexu…
-
#### What
![image](https://user-images.githubusercontent.com/284476/118711167-45233700-b7ed-11eb-9a90-60d8670610cb.png)
- Wrong location, should be _after_ the `generated nexus prism…