This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/strawberry/extensions/tracing/apollo_federation.py b/strawberry/extensions/tracing/apollo_federation.py | |
| index 69d3b372..f61e01b4 100644 | |
| --- a/strawberry/extensions/tracing/apollo_federation.py | |
| +++ b/strawberry/extensions/tracing/apollo_federation.py | |
| @@ -156,6 +156,48 @@ class _SimpleTrace: | |
| return b"".join(parts) | |
| +class _SimpleError: | |
| + """Minimal Error message for FTV1.""" |