Open binaryape opened 3 years ago
I can confirm I'm seeing this as well
Looks like this has been fixed in master
but we need a release. In the mean time you can use:
{:common_graphql_client, git: "https://github.com/annkissam/common_graphql_client.git", branch: :master}
Which seems to compile ok. I haven't actually tested the library works yet though as I'm still piecing a working example together.
Hi,
I can't get a Phoenix app using Common Graphql Client 0.6.4 to compile - it produces this error:
If I switch back to version 0.6.3 everything works again.
I'm using Erlang 24 and Elixir 12.1.
I haven't had enough time to investigate properly yet - sorry about the lack of details.
Pete