Benedikt Franke
Benedikt Franke
Alright, sounds good. I am not sure if the context interface can be extended without breaking changes, and how it interacts with features such as subscriptions - during which the...
I did not make a breaking release since you opened https://github.com/webonyx/graphql-php/pull/1375.
Given we just wrap Laravel pagination, this seems to be their default behaviour. I would not consider it a bug, and changing it would be a breaking change. I would...
Sorting in PHP may be easier, but require a rework of how `@orderBy` is applied by Lighthouse.
We mostly do what `graphql-js` does. Can you find a test case for this in https://github.com/graphql/graphql-js/blob/main/src/validation/__tests__/OverlappingFieldsCanBeMergedRule-test.ts or https://github.com/webonyx/graphql-php/blob/master/tests/Validator/OverlappingFieldsCanBeMergedTest.php?
What does the latest edition of the GraphQL specification say about this?
I do not use react-native, so I do not know how to test this myself, nor do I have any need for it. Feel free to provide a pull request...
I suspect this to be fixed with https://github.com/DiederikvandenB/apollo-link-sentry/releases/tag/v4.1.0, since we no longer rely on `@sentry/browser`.
> By the way , I have tested this PR and works fine, solve the problem. If you need some help to merge it let me know. The changes I...
Nice, looking forward to a suggestion on how to fix the issue.