-
```
South is widely used across the Django community for schema migrations.
Currently, south is not able to introspect the TagField field. django-tagging
can accommodate South with the following few…
-
### Bug description
Enum declared in the `prisma.schema`, but not used for any model field, is created in the migration but not in the client `index.d.ts`.
I want to use the `prisma.schema` as t…
-
### Bug description
![image](https://user-images.githubusercontent.com/33329656/211093102-f0b9870a-1d16-4bc7-99e7-4331d689f2f5.png)
It shows an error when I use Include, I already renamed the DB s…
-
### Please confirm that you have:
- [x] Searched [existing issues](.) to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional information in a comment on …
-
This repository should have automation that can create the required databases, import the schema and data. It would probably also be useful to have scripts to truncate data, and delete databases again…
-
#### This issue pertains to the following package(s):
- [ ] GraphQL Playground - Electron App
- [ ] GraphQL Playground HTML
- [x] GraphQL Playground
- [ ] GraphQL Playground Express Middleware
…
-
Introspection from a Prisma schema with a duplicated `client` name currently results in a panic.
Instead, this should be a validation error.
Command: `prisma db pull`
Version: `4.10.0`
Binar…
-
It appears that PostgreSQL tables, especially tables in the pg_catalog, all support "system attributes".
A system attribute is a **virtual column** that is selectable in every table, even though it…
-
It seem perfect: GraphQL introspection can replace the current rails Active Record specific introspection, to determine types and relationships needed for the client. Then during the render process…
-
## Actual Behavior
When using a remote schema (with a custom fetch in my case) autocomplete fails silently. When I generate a schema from introspection from that same schema definition with `graphq…