-
#### Perceived Problem
- Current JSDoc example: https://github.com/prisma/nexus-prisma/blob/c8b5f6cd644ae3fa077d5a1b1678e637fee4ae07/tests/unit/typescriptDeclarationFile/__snapshots__/mod…
-
I tried to upgrade nexus-plugin-prisma from version 0.17.0 to 0.18.1 but the installation exited with an error.
**Steps to reproduce**
1. Delete node modules folder
2. Set dependencies in packa…
Nikxt updated
4 years ago
-
## Your Prisma 1 stack
### What are you building with Prisma?
I am building a GraphQL API that powers my React web app.
### Which version of Prisma 1 are you running?
I am running Prisma …
-
it would be nice to see normal logs while building docker image instead of cryptic messages.
I use `node:12.16.1` image
```
{"level":30,"time":1586197392782,"pid":18,"hostname":"28c0cd1a7dda","pa…
-
## Your Prisma 1 stack
I am building a GraphQL API. Stack is in production for 1 year
I am running Prisma version prisma/1.34.10
I am accessing my Prisma server with: 'prisma-binding'
…
-
Hi, my app has multiple prisma services. Multiple databases to hold regional data. How can I connect all these prisma instances using `nexus-prisma`?
-
I setup your blog example using Prisma 2: https://github.com/prisma-labs/nexus-prisma/tree/master/examples/blog
I created the following `Dockerfile` for prod usage:
```Dockerfile
FROM node:10 a…
-
#### Nexus Report
The report is breaking:
```TypeError: Object.fromEntries is not a function```
#### Screenshot
Package.json
```
"dependencies": {
"cors": "2.8.5",
"nexus"…
-
**given the following schema:**
```
model User {
id Int @id @default(autoincrement())
email String
name String
uid String
group…
-
## Bug description
In prisma/prisma#5023 we established that deploying from windows to lambda (lambda) loses the executable flag on binaries since windows do not have file flags. Prisma client trie…