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
I was pushing the schema using service:push to apollo studio using npx apollo service:push --graph=tc-graph --key=service:tokenhere --variant=current --serviceName=svc-name --serviceURL=http://localhost:port/ --localSchemaFile=./path/to/GQLFile.gql and it was supposed to work without any warnings.
Actual outcome:
It throws varning like this.
How to reproduce the issue:
I guess this has been happening with other packages as well since Node 14.x (ref: nodejs/node#32987) and this is the PR related to it: nodejs/node#29935