Jonathan Ehwald
Jonathan Ehwald
### Description This PR fixes that our compile time type tests were never evaluated. Furthermore, it also updates the tests to include all types that have been added since their...
This PR fixes that the `useSubscription` hook's definition of the recently added (#11927) `restart` function was not cached between rerenders (unlike other functions such as `refetch` and `fetchMore` returned by...
## Description The legacy WS protocol dictates that servers should ignore text messages sent by clients that are not valid JSON. Here's the [relevant section](https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md#gql_connection_error) from the legacy protocol specification:...
## Description After a one-year deprecation period, this PR removes the `SentryTracingExtension` provided by Strawberry in favor of the official Sentry SDK integration. We might need to coordinate this with...
# Why Currently the return type of `UploadTask.uploadAsync` is declared as `Promise`, however, the method can also resolve to `null` if a running upload task is cancelled via `UploadTask.cancelAsync`. The...
## Description TODO: - [ ] fix the test client - The Sanic test client can only send requests to websocket endpoints, but cannot work with the actually websocket at...