-
I'm submitting a ...
- [ ] bug report
- [x] feature request
- [ ] question
Enabling the dynamic JSON option breaks any tool that relies on the schema to parse the results, and since GraphQL do…
-
I'm submitting a ...
- [x] bug report
- [ ] feature request
- [ ] question
PostGraphQL version:
3.5.6
Minimal SQL file that can be loaded into a clean database:
``` sql
CREATE TA…
-
I'm submitting a ...
- [X] bug report
- [ ] feature request
- [ ] question
PostGraphQL version:
alpha2.26
Minimal SQL file that can be loaded into a clean database:
``` sql
CREATE TABLE …
-
This appears to be a regression on #372:
```
mutation UpdateArticleById($input: UpdateArticleByIdInput!) {
updateArticleById(input:$input) {
article {
id updatedAt
}
}
}
`…
-
I'm excited to see support for hooking additional resolvers to postgraphql. I tried the query example it works fine. I can't figure out how the mutation works.. Can you provide an example?
Thank…
-
When using postgresql logging, application_name is useful to differentiate where the query originates from (interactive clients (pgadmin) or applications).
For Postgraphql, at the moment, applicati…
-
Hi there,
I really like your PG JWT spec and think its a good idea to standardise so that people can use both postgrest and/or postgraphql.
Just wondering what your thoughts are around allowing peop…
-
This might not at first sound like a bug, but the following error occurs if I have a `create-user` function defined in Postgres while **not granting any CREATE permission**.
The PostgraphQL user only…
-
I created a procedure accepting an array of enums as argument, like this:
```
CREATE FUNCTION search_articles(type_filter article_type[]) ...
```
which creates a GraphQL field that can be queried …
-
Hi, thanks a lot for this wonderful library. I was evaluating it for my project, but stumbled upon an interesting issue. A simple query such as:
```graphql
query {
allDocuments {
totalCoun…