You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello :)
I want to provide more information to didEncounterError method in RemoteGraphQLDataSource class.
During implementation of didEncounterError I noticed I didn't have enough information about subgraph request. As far as I know context is the same for all subgraph requests. Adding parameter request (type GatewayGraphQLRequest) would allow me to get more information about request with error.
Hello :)
I want to provide more information to didEncounterError method in RemoteGraphQLDataSource class.
During implementation of didEncounterError I noticed I didn't have enough information about subgraph request. As far as I know context is the same for all subgraph requests. Adding parameter request (type GatewayGraphQLRequest) would allow me to get more information about request with error.
I prepared PR to show you my idea more clearly. Thank you in advance!
The text was updated successfully, but these errors were encountered: