All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- PR 24
Add Tesla caller
CommonGraphQLClient.Caller.HttpTesla
- PR 19
Update
StaticValidator.NpmGraphql
to acceptschema_path
orschema_string
Bump graphql
(^15.4.0) & graphql-tools
(^7.0.2) devDependencies
- PR 17 Dynamic http api token and url support (Breaking change)
- PR 15 Static Validation for query on the client side using npm_graphql
- PR 13 Better HTTPoison error handling in
CommonGraphQLClient.Caller.Http.post\4
- Allow http_opts to be sent to
CommonGraphQLClient.Caller.Http.post\4
- Fix UndefinedFunctionError error on Caller.Http.post & Caller.Nil.post
- Add configurable timeout and error logging (#9)
- Initial Public Release