-
```
Change introspection.py's table select from this:
cursor.execute("SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE
TABLE_TYPE = 'BASE TABLE'")
to this:
cursor.execute("SELECT TABLE_NAME FROM…
-
Sending a request that should result in a 401/403 ends up with a 500 + a message that says that the user is unauthorized.
![image](https://user-images.githubusercontent.com/5472443/215811051-25e3998a…
-
Hey there!
Not sure where to put the idea, but did you think about the possibility to view GraphQL schema introspection as Insomnia does for example? I really believe in httpie but I really miss th…
-
### Bug description
Hello, I am getting the error `Invalid prisma.$executeRaw() invocation: Unique constraint failed on the (not available)` when trying to insert into a table with unique constrai…
-
When generating schema from an endpoint, the resulting schema's results incorrectly interpret UTF-8 characters
We have comments in our schema that contain UTF-8 characters such as 'é'
When we run in…
-
contents:
- explain role based schemas
- document role based schema introspection
-
In order to achieve this the module should be able to authenticated schema introspection requests. (see also https://github.com/dulnan/nuxt-graphql-middleware/issues/10)
-
### Description
In the current state, users do not receive any visual feedback in the Firecamp UI when they enter an invalid GraphQL server URL or when the introspection schema fails to be fetched. I…
-
### What happened?
When using `-mod=vendor`, the project should properly account for imports; however, one of the imports is not added to the mod file due to it being specified only in the go templ…
-
### Bug description
I'm in the middle of refactoring from `mongoose` to `prisma` using MongoDB database hosted on MongoDB Atlas. I found out that simple queries are **much** slower compared to `mon…