uesteibar / neuron

A GraphQL client for Elixir
https://hex.pm/packages/neuron
Other
331 stars 35 forks source link

add Neuron.MissingFragmentsError and raise with formatted missing fragments #47

Closed techgaun closed 5 years ago

techgaun commented 5 years ago

@uesteibar follow-up to the PR https://github.com/uesteibar/neuron/pull/38, this adds a Neuron.MissingFragmentsError and uses that for raising. Making a PR because there does not seem like anything was done so far and hope this is fine. Let me know if you want any adjustment here.

uesteibar commented 5 years ago

@techgaun hey thanks for taking care of this! could you please run mix format on the project to make the CI build pass?

techgaun commented 5 years ago

@uesteibar sorry, done now. should be good.