fix(supergraph): Fix null check in error message#3233
Conversation
|
@qumberrizvi: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Apollo Contributor License Agreement here: https://contribute.apollographql.com/ |
|
✅ Docs preview has no changesThe preview was not built because there were no changes. Build ID: 3657aa7a135505357932d778 |
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
This PR fixes an error thrown by Typescript 5.x.
On line 163:
Closes #3229