Releases: annkissam/common_graphql_client
Releases · annkissam/common_graphql_client
(Breaking change) With dynamic http url and http token
This allows us to have dynamic http url and http token methods that can be overridden at the Client
module level. In this way we can have runtime http urls and tokens based on certain options
.
With static client-side query validations
This release adds the ability to run validations on a query based on a schema.json file produced by the introspection query result.