We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81764ab commit 4203df8Copy full SHA for 4203df8
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## 0.0.3
4
+
5
+### Features
6
+- Support GQL directive
7
8
+### Breaking changes
9
+- Refactor OperationType. Remove the enum and replace its value by constant strings
10
11
+### Minor changes
12
+- Remove getter and setter of Scalar & ScalarCollection mixin
13
14
## 0.0.2
15
16
- Refactor the client
pubspec.yaml
@@ -1,6 +1,6 @@
name: graphql_client
description: A GraphQL client.
-version: 0.0.2
+version: 0.0.3
homepage: https://github.com/hourliert/graphql_client
author: Thomas Hourlier <[email protected]>
0 commit comments