-
### Feature description
The live-query feature is impressive, but it appears to be lacking a number of optimizations needed for high scalability.
I know that most functionality that's achieved t…
-
```bash
[13:38:46.527] DBG synchronizer/graphile_synchornizer.go:46 Call fetch name="Graph Sync 902" CursorReportAfter="WyJwcmltYXJ5X2tleV9hc2MiLFsyLDJdXQ=="
[13:38:46.527] DBG synchronizer/graphile_f…
-
### Summary
The plugin is adding `ById` to queries even when `pgShortPk` is set to true. Setting it to false doesn't seem to have any effect.
I've also noticed that we have what are essentia…
-
It would be useful to have a "batch" event trigger, where you could set the frequency that the batched events would be flushed:
```ts
batchEventTrigger({ name: "batched.event", schema: z.object({ …
-
I'm trying to run this project on ECS.
My steps
1 Cluster created ( Registered container instances 5? do we need 4 or 5)
2 Created repositories for api, frontend, db
3 Builded 3 images from indiv…
-
### Summary
Description on enum not copied from SQL comment to gql schema
### Steps to reproduce
```
create type
e as enum('A', 'B');
comment on
type e is E'@name F
G';
create tabl…
-
### Summary
When getting data from the database (via `pgClient.query()` in a `makeExtendSchemaPlugin` resolver, I'd like to be able to run the resulting `row` objects through the built-in inflector…
-
### Summary
The `@resultFieldName` Smart Tag no longer seems to work in V5. It is still [in the docs](https://postgraphile.org/postgraphile/next/smart-tags/#resultfieldname) and I couldn't find any…
-
I'm submitting a ...
* [ ] bug report
* [X] feature request
* [ ] question
PostGraphile version:
4.0.0-beta.10
I would like to be able to specify the PostgreSQL transaction isolation l…
-
Currently overhauling the behavior system, and it would be nice if the behaviors auto-completed. Because they're currently feature flag strings (`+insert -update -single +list`) they don't; but if we …