-
The decorator.py introspection is not done. I'll be back
-
### Describe want to want
actually it's not able to introspect a citext column
```
// TODO: failed to parse database type 'citext'
email: unknown("email").notNull(),
```
-
It would be nice if there was a way to reach the "inner" function for a method declared with `@attr`.
So e.g. if we have
```julia
@attr Any function bla(x::Int)
X
Y
Z
end
```
then …
-
I'm running qdrant as a local docker container with it's url at http://localhost:6333
When running ddn connector instrospect qdrant the url is replaced to http://127.0.0.1:6333 which fails.
Any…
-
### Question
Hello 👋 we've change our `introspection.endpointUrl` but are seemingly unable to change the service URL used by the plugin. Where is this URL defined if it's not read from the introspect…
-
hi, thanks for your work!
For the attached property, I get the following error
```
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/quart/app.py", line 1403, …
-
Add tests which, in some way or form, assert that parts of the introspection between test and reference matches. This would only be allowed on ephemeral tests, as we need introspection information for…
-
### What is it?
Some GraphQL APIs support schema introspection
https://graphql.org/learn/introspection/
This is something the developer has to turn on (we do for our API).
If it exists, then we …
-
* **asyncpg version**: `0.30.0`
* **PostgreSQL version**: `15.3`
* **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce
the issue with a local PostgreSQL install?**: RDS, and yes
* …
-
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…