-
### Bug description
When working with Time (not DateTime), creating/updating with prisma requires a use of Date object, which doesn't really make sense.
### How to reproduce
1. Create a schem…
-
### Bug description
I have a seeding script at `prisma/seed.ts` and as documented, `prisma migrate reset` automatically runs the seeding script after clearing the database. Specifically, it does th…
-
Suppose you have an external graphql service which has authentication. Most likely it has a bearer token based authentication which is given in the `Authorization` header.
If we want to add this se…
-
## Environment
```
prisma : 3.9.1
@prisma/client : Not found
Current platform : debian-openssl-1.1.x
Query Engine (Node-API) : libquery-engine bcc2ff906db47790e…
-
`graphql-js` has some utilities specified here: https://graphql.org/graphql-js/utilities/
It would be very nice for `gqlparser` also to support those utilities.
For example: something like [`build…
-
We have a remote schema running `"apollo-server-express": "^2.18.2"`.
We define our types using `"nexus": "^1.0.0"`.
Previously, using Hasura 1.3.3, if our server exposed custom types, for example…
-
The schema used in the function seems to be incorrect - there is an extra } at line 60 (of the query, not of the python file)
```
Traceback (most recent call last):
File "/home/x/src/GQLSpection/…
-
## Steps to Reproduce the Problem Or Description
getting this unknown directive error message on @inline directive
## Specifications
- GraphQL for VSCode Extension Version: v0.3.41
- VS…
-
### Bug description
This bug was originally reported in https://github.com/RobertCraigie/prisma-client-py/issues/214 but was found to be an internal Query Engine issue as an equivalent Prisma Clien…
-
Hello,
this code snippet fails on tenant execution
@sync_to_async
def get_objects(objects):
objects = MyModel.objects.all()
django.db.utils.ProgrammingError: relation "my_app_mymodel" …