Changelog
v.0.6.4
- PR 24
Add Tesla caller
CommonGraphQLClient.Caller.HttpTesla
v.0.6.3
- PR 19
Update
StaticValidator.NpmGraphql
to acceptschema_path
orschema_string
v0.6.2
Bump graphql
(^15.4.0) & graphql-tools
(^7.0.2) devDependencies
v0.6.0
- PR 17 Dynamic http api token and url support (Breaking change)
v0.5.0
- PR 15 Static Validation for query on the client side using npm_graphql
v0.3.3
- PR 13) Better HTTPoison error handling in
CommonGraphQLClient.Caller.Http.post\4
- Allow http_opts to be sent to
CommonGraphQLClient.Caller.Http.post\4
v0.3.2
- Fix UndefinedFunctionError error on Caller.Http.post & Caller.Nil.post
v0.3.1
- Add configurable timeout and error logging (https://github.com/annkissam/common_graphql_client/pull/9)
v0.3.0
- Initial Public Release