-
The Prisma schema currently allows the re-use of enums on several fields on MySQL and Postgres. This does not match the enum implementation on MySQL where they are defined on a column level.
```sq…
do4gr updated
5 months ago
-
### Bug description
In reference to: https://github.com/prisma/prisma/issues/1175#issuecomment-1407480975
```
Prisma schema loaded from prisma/schema.prisma
Datasource "db": PostgreSQL database …
-
I'm a GraphQL newbie, so I might be missing something here, but is there any reason why you might want introspection enabled in production for the `/admin/graphql` admin GraphQL endpoint? During devel…
-
### Product
Hot Chocolate
### Version
13.8.1
### Link to minimal reproduction
See zip below
### Steps to reproduce
Repro zip: [HotChocolateBugRepro.zip](https://github.com/ChilliC…
-
These would tag a single object type as the type used in the corresponding `schema` declaration in the resulting SDL. So, something like this:
```ts
/**
* @gqlType
* @gqlSchema.query
*/
expor…
-
- `npm init -y`
- `npm install prisma@dev`
- Then:
```
C:\Users\Jan\Documents\throwaway\envRepro (envRepro@1.0.0)
λ npx prisma db push
Prisma schema loaded from schema.prisma
Error: Get conf…
-
### Bug description
Prisma Migrate generates migrations which use `SERIAL` for nullable `Int` fields with `@default(autoincrement())` which means that the field will be not null even though it's wr…
-
### Is there an existing issue for this?
- [X] I have searched the tracker for existing similar issues and I know that duplicates will be closed
### Describe the Issue
I have an sample app built ou…
-
**Issue by [Jannis](https://github.com/Jannis)**
_Thursday Oct 19, 2017 at 13:00 GMT_
_Originally opened as https://github.com/graphcool/prisma/issues/908_
----
**Current behavior**
When trying …
-
linux
command:docker run --rm nikitastupin/clairvoyance https://www.xxxx.au/graphql -o schema.json
Traceback (most recent call last):
File "/usr/local/lib/python3.10/runpy.py", line 196, in …