We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3314e commit 1fd4df8Copy full SHA for 1fd4df8
Changelog.md
@@ -8,6 +8,26 @@ between each release.
8
- Refactor the query conversion to string to separate the process of
9
constructing a new query and adding a nested subfield
10
11
+## 1.7:
12
+
13
+### Added
14
15
+- Added ability to set request http method type in client
16
+- Added Guzzle7 to composer.json
17
+- Added PHP7.4 to travis test environments
18
19
+## 1.6.1:
20
21
+### Changed:
22
23
+- Removed empty braces added in the selection set when no fields are selected
24
25
+## 1.6:
26
27
+### Added:
28
29
+- Added ability to inject and use PSR-18 compatible HTTP client in sending requests to GraphQL server
30
31
## 1.5:
32
33
### Added
0 commit comments