Émile Fugulin
Émile Fugulin
# Feature request ## Is your feature request related to a problem? Please describe Currently it is possible to apply rules to a field/type before resolver (normal rule) and the...
## Describe the bug Here: https://github.com/maticzav/graphql-shield/blob/master/src/rules.ts#L395 And here: https://github.com/maticzav/graphql-shield/blob/master/src/rules.ts#L449 The concatenation is wrong, it will in reverse order compared to the order of the rules potentially leading to some unwanted...
Fixes https://github.com/maticzav/graphql-shield/issues/739 This is the only none-breaking change way that I found of doing this. I also added a warning in the `README` since another user complained the other day...
## Motivation For some specific reason (related to us still using sqlx migrations), I happen to need an sqlx connection from the pool which I don't seem to be able...
It it quite common to have tables with no primary key, here are a few use cases: - Time series data (specially with TimescaleDB) - One-to-many where individual elements are...
Hi! Would it be possible to add an entry to the CHANGELOG for the latest version (7.1.1). Thanks
While looking at our logs, I realized that we have a lot of: `JobNotificationObserver does not handle X` where X is `JobQueued`, `JobStarted` or `JobFinished`. I am not sure where...
I don't think the two should be maintained as it is confusing for the users and the binder is a better / more flexible solution long term.
## Motivation Currently the DX for using aliases and window functions isn't super. We have a bunch of functions like `expr_as`, `expr_window`, `expr_window_as`, etc. This is both inflexible for users...
## Expected Behavior Being able to do `MySyncActor::from_registry()` and have it work like async actors. ## Current Behavior Currently the `SystemRegistry` can only have actors with a `Context`. Thus you...