Benjie
Benjie
TODO: if this is merged after oneOf (which it surely will be), add this counter-example (removed in 5f6e777278027bd4a0bd24c3aa57947912bcf4ef) following the `addNullableCat` counter-example: ```graphql mutation addNullableCatWithDefault($cat: CatInput = { name: "Brontie"...
The most correct way to address this is to replace the function with a schema plugin that does the right thing and isn't a "black box" from PostgreSQL optimization point...
Thank you for raising this issue, it has triggered me to improve coverage in the documentation - I've written more detail of this, including an example, up at: https://github.com/graphile/crystal/pull/2729; you...
Note also that the code above is using generic extension of the API via `extendSchema()` and thus has a lot of boilerplate - over time we will hopefully make new...
The business logic of the plpgsql function can almost certainly be replicated in the JS layer _unless_ it's a `security definer` function (and you shouldn't have people writing those unless...
Please do provide a full sample schema (with before and after) for us to work with. > I still insist that such optimizations should not be implemented at the JS...
Since performance is a key goal, I strongly recommend that you move from using `jsonb_` to `json_` methods; in my benchmarking they're about 5x faster on output (I think this...
> Retrieve the context from current_setting to understand which data needs to be returned, using first to understand how much of it should be returned, using offset,after to locate pagination....
Permission has now been granted for maintainers to push to this branch without a PR, but linear history is still required. Let me know if further changes are needed.
Typically the most nested these types would be is non-nullable list-of non-nullable list-of non-nullable thing; i.e. 5 "ofTypes". The default query allows for deeper than this, but honestly it's very...