Maarten van Vliet
Maarten van Vliet
I mentioned that the two operations are not uniquely named in the schema but have failed to highlight the underlying issue. Thing is we cannot support `retrieve/0-2` and `retrieve/1-3` at...
@yordis I'll try to find some time to fix the conflicts and address the comments so this can be merged.
The issue is that the automatically generated functions clash in a few cases because of arity and defaults. In this case you'll get ` def retrieve/3 defaults conflicts with retrieve/2`....
CI failures are fixed, I also fixed an unrelated CI failure that was erroring with query params.
A PR to the absinthe core document pipeline where the options are passed through is first needed. Then the option can be added to absinthe_plug as well.
You'll only need to register once per letsencrypt account private key. You also only have to agree with the terms once. If you have the private key stored somewhere, you...
Could you create a failing test case for both issues?
+1 for this fix. The graphql errors in the payload array is interesting. Since this is just protocol negotiation and no graphql has been invoked yet it does not make...
I recall there were plans to extract graphiql out of absinthe_plug. That could be used to bump the graphiql version as quite a few versions have been released since the...
I recommend https://github.com/geometerio/absinthe_graphql_ws for using the `graphql-ws` protocol. I think by now all Apollo clients (iOS/Kotlin/web) should have support for it. One thing I've been meaning to look into is...