Skip to content

Releases: t3n/graphql

1.2.0

14 Jul 09:07
Compare
Choose a tag to compare
Implement changes from #30 to fix issue in earlier package versions

Support Flow 8.x

05 May 10:16
f8aafc9
Compare
Choose a tag to compare
Merge pull request #40 from Sebobo/patch-1

TASK: Define Flow 8 compatibility

3.0.2

17 Jan 09:16
9f1f909
Compare
Choose a tag to compare
TASK: only support Closures for callbacks in DefaultFieldResolver

Bugfix-Release

06 Jan 12:22
6bf5d8d
Compare
Choose a tag to compare

Add Flow 7.x compatibility

31 Dec 10:51
ea0fde5
Compare
Choose a tag to compare

Thanks to @Sebobo who refactored the HTTP-Components!

Bugfix: Set supportedMediaTypes to application/json

09 Dec 12:40
5dd4068
Compare
Choose a tag to compare

This release contains a bugfix #30 . This shouldn't break anything in your applications. Anyways, if you rely on a Accept: text/html header this might be an issue for you and you should stick to the 2.1.x release and update your application to use Accept: application/json

Correctly handle OPTION requests

14 Feb 11:18
b64c080
Compare
Choose a tag to compare
Merge pull request #28 from t3n/johannessteu-patch-1

Check for correct endpoint in an options request

Override default error transformer

12 Dec 13:00
Compare
Choose a tag to compare

We added a new configuration to override the default error transformer per schema:

t3n:
  GraphQL:
    endpoints: 
      'some-endpoint':
        'errorTransform': t3n\GraphQL\Transform\FlowErrorTransform

We now support Flow 6.0

22 Nov 11:37
bc287d0
Compare
Choose a tag to compare
Merge pull request #25 from t3n/json

Add ext-json as composer dep

Add new RequestLogger

16 Jul 09:36
24f8479
Compare
Choose a tag to compare

You now can log your incoming graphql requests. Simply enable this feature per endpoint:

t3n:
  GraphQL:
    context: 't3n\GraphQL\Context'
    endpoints:
      some-endpoint:
        logRequests: true  # if enabled all requests are logged