Skip to content

Tags: mghoneimy/php-graphql-client

Tags

v1.13

Toggle v1.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add AWS IAM authorization support (#64)

v1.12

Toggle v1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
InlineFragment: read selectionset from QueryBuilderInterface (#58)

v1.11

Toggle v1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support guzzlehttp/psr7 2+, remove support for guzzlehttp/psr7 < 1.7 (#…

…61)

v1.10

Toggle v1.10's commit message
Added support for MutationBuilder

- Added MutationBuilder class
- Added MutationBuilderTest class to cover new logic
- Removed EmptySelectionSetException being thrown from AbstractQueryBuilder when selection set is empty

v1.9.2

Toggle v1.9.2's commit message
Prevented users from using "GET" method

- Throwing exception if client is constructed with request method other than "POST"
- Formatted code
- Improved code coverage

v1.9.1

Toggle v1.9.1's commit message
Issue-49: Modified string formatting logic to account for string valu…

…es starting with '$' that are not variables

v1.9

Toggle v1.9's commit message
Added support for PHP8

v1.8

Toggle v1.8's commit message
Added support for setting query field aliases

v1.7

Toggle v1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Laravel 8 compatibility (#36)

Require guzzle 7 as a dependency to support Laravel 8
- Add dependency on guzzle 7.0.1 alongside guzzle 6
- Add PHP7.4 to travis config

v1.6.1

Toggle v1.6.1's commit message
Issue-34: Removed empty braces added in the selection set when no fie…

…lds are selected

- When selection set is empty an empty string is returned
- Tests were modified to have cases with empty selection sets not show empty braces