Skip to content

Releases: softonic/graphql-client

Symfony 7 console compatibility

01 Mar 09:42
0692fe8
Compare
Choose a tag to compare
  • Added Symfony Console 7 compatibility
  • Removed Symfony Console 5 compatibility
  • Improved Readme to clarify Oauth2 usage

Thanks to @arnaudbagnis

Upgrade laravel dependency to 9.0

04 Oct 16:06
462cfc5
Compare
Choose a tag to compare

To upgrade laravel-base projects to laravel 9. Laravel-base project use this repo

Upgrade guzzle oauth2 middleware to latest version

12 Jul 10:47
a483577
Compare
Choose a tag to compare

Upgrade guzzle oauth2 middleware to latest version

New data objects

12 Jul 10:12
23a1ad6
Compare
Choose a tag to compare

Now graphql client is able to use data objects instead of arrays to process the query results and build query mutations. This allows you to do complex transformations like transform a query into a mutation, filter information, bulk data modifications, etc...

Check the Readme for more details.

What's Changed

  • Adding object access to graphql queries by @joskfg in #62

Full Changelog: 1.3.0...2.0.0

Add Guzzle v7 compatibility

21 Dec 16:24
6a38f9b
Compare
Choose a tag to compare
Add compatibility with guzzle v7 (#59)

Improved checkstyle
Fixed test for guzzle v7

Co-authored-by: Jose Manuel Cardona <josemanuel.cardona@softonic.com>

Do not send variables if null

16 Aug 09:14
Compare
Choose a tag to compare

Do not send variables if null

Improved exception handling

19 Jun 05:52
Compare
Choose a tag to compare

Only throw invalid response exception on empty response when there are errors, and improve exception handling.

Improved exception handling

09 May 07:58
Compare
Choose a tag to compare

Improve exception handling in case of network error

Added Guzzle options

08 Feb 07:09
Compare
Choose a tag to compare
  • Added the possibility to instantiate a client with custom guzzle options.

Improve documentation

08 Dec 14:21
Compare
Choose a tag to compare

Fixed example in the documentation.