Skip to content

Releases: annkissam/common_graphql_client

(Breaking change) With dynamic http url and http token

05 May 16:48
d34ec4b
Compare
Choose a tag to compare

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

04 May 16:15
e88f049
Compare
Choose a tag to compare

This release adds the ability to run validations on a query based on a schema.json file produced by the introspection query result.