graphql-go-tools
graphql-go-tools copied to clipboard
Federation error handling
Hello! I am not able to see how to handle errors in federation. The examples just return HTTP error codes, which isn't very GraphQL-idiomatic.
Is there something that helps build a response that includes both data and errors?
Thanks!