graphql-go-tools icon indicating copy to clipboard operation
graphql-go-tools copied to clipboard

feat: improve error handling

Open StarpTech opened this issue 8 months ago • 0 comments

This PR cleaned up error handling. Before, we joined errors twice, which resulted in duplicated error messages for subgraph access logs. I renamed subgraphErrors to error because it never only represented subgraph logs. I also wrapped the http client error with stack information for more verbose logs.

StarpTech avatar Apr 24 '25 19:04 StarpTech