-
I'm trying to connect to my database hosted by https://aiven.io/ but getting some configuration error do you know what it could be
```
web_1 | > Using "webpack" config function defined in next…
-
I'm submitting a ...
* [ ] bug report
* [ ] feature request
* [x] question (Please suggest another title, it could be wrong, i based it on the intuition i have about the issue)
PostGraphile v…
-
I thought it might be nice to have support for "advanced" predicates in the `condition` query arg. For example, `ilike`, `>`, `
-
I supposed this is a related to the statement “The internals for types now work slightly differently; if you've written any plugins this may be problematic for you - reach out and I'll help you update…
-
In postgraphql the recent commits were run through the tsc without an issue, even ts-node works with the `"--disableWarnings"` flag, but if that flag is not set we receive an Type error which is weird…
-
Stemming from a [gitter discussion](https://gitter.im/calebmer/postgraphql?at=57324f9df36daf63798e718f).
I'm wondering what @calebmer and others thoughts are surrounding using postgraphql in an embe…
-
This is an issue that I'm digging into - I'm tracking my findings here so I can ask for help later if necessary.
The minimal query to trigger this is:
```graphql
{
sketchById(id: 11) {
…
-
I have a function (computed field) like `my_schema.user_total_purchased_shares_in_company(_user my_schema.user, company_id integer)`, but when I attempt to select its field in a query, I get the error…
-
-
When writing a function in Postgres I can add the `STRICT` flag which results in all fields to be declared as required in GraphQL (e.g. `String!`). Omitting strict will result in all fields being opti…