Benjie
Benjie
Timestamped link to this being discussed at the GraphQL WG last week: https://youtu.be/6bW3Xcks5I4?t=3268 I'm going to leave this open to gather more feedback. I think we should bump it to...
The [previous spec edits](https://github.com/graphql/graphql-spec/pull/742) reached RFC2, should this also be RFC2?
I've pulled the core of this out and raised it as a clean PR against `main`: - #1166
Lee was very hesitant to allow a "naked" schema, and feels that it would be ambiguous: does it mean that no operations are defined, or only the defaults? Since this...
Seems reasonable 👍
This will be going out in the next release 🚀
I've bounced back and forth on this for a bit... but I couldn't think of a really good reason not to do it. It would require that each and every...
One issue with this approach in general is that Worker tasks would need to be temporally type safe - i.e. not just type safe now; but if you queued the...
> the suggestion around the ability to define task default properties (that would work both on Node+Postgres level). Could you expand on how you see this working at the postgres...
> graphile_worker._private_tasks has another jsonb column default_options And you're proposing that a Graphile Worker instance would set the value of this when it starts up? What if a user has...