wormwood-elixir / wormwood

Wormwood is a tiny library to aid in testing GraphQL queries against an Absinthe schema. It allows you to test your query documents inside ExUnit test modules, and requires no HTTP requests to occur during testing.
https://hex.pm/packages/wormwood
MIT License
93 stars 11 forks source link

Recomendation #14

Closed wolfiton closed 4 years ago

wolfiton commented 4 years ago

Hi,

Sorry to write off topic. Can you recommend me a good way to learn graphql besides this book https://pragprog.com/book/wwgraphql/craft-graphql-apis-in-elixir-with-absinthe?

Thanks and I apologize again for writing this but haven't found a good resource or tutorial anywhere for phoenix 1.4.

QuinnWilton commented 4 years ago

That book is definitely the most complete resource available. I'd try asking for help on the Elixir slack channel if you run into issues: https://elixir-slackin.herokuapp.com/

wolfiton commented 4 years ago

Thank you @QuinnWilton