Releases: baianat/vue-gql
Releases · baianat/vue-gql
0.2.3
- Added
executeQuery
, executeMutation
, executeSubscription
methods on the client instance.
- Remove
query
and subscribe
methods.
0.2.2
- fix: properly stringify AST documents to strings before sending them down the wire.
0.2.1
Enhancements
- Allow the
VqlClient.query
to receive a DocumentNode
query object.
0.2.0
Enhancements
- Use
fast-json-stable-stringify
for stable stringification and caching.
- Added new
Subscription
component.