Ben Wilson
Ben Wilson
Hi @AntJanus, you are absolutely right :) Making this change is a little tricky. I'd like to find a way to deprecate and warn people via a patch release, with...
@chungwong I do wonder what the expected behaviour should be here. Absinthe does not allow for example `{:error, message: nil}`. We generally treat `{:error, message}` as shorthand for `{:error, message:...
Yup, ok, that's a compelling argument :)
Hey @bernardd thanks for this. Hoping to review later today.
@bernardd As a quick sanity check, does this handle the race condition highlighted [here](https://github.com/absinthe-graphql/absinthe/issues/1103) where the item pushed would happen prior to the client actually subscribing to the phoenix pubsub...
OK this is cool.
@bernardd a couple of quick updates: 1) I am quite happy with the approach here. 2) I am on paternity leave for the next two months. As I am able...
I need to figure out how to get the formatter check to only run on elixir v1.12 since it is different now.
Are you able to reproduce this error with just Absinthe.run? master has a commit that demonstrates that this should work, so I need an example I can run to proceed.
OK, I'll see what I can do to reproduce. Oh one last question, can you show the `field` definition for that mutation?