Intended outcome:
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
Versions
apollo/2.30.3 linux-x64 node-v14.8.0
Intended outcome:
I was pushing the schema using
service:pushto apollo studio usingnpx apollo service:push --graph=tc-graph --key=service:tokenhere --variant=current --serviceName=svc-name --serviceURL=http://localhost:port/ --localSchemaFile=./path/to/GQLFile.gqland 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
Versions
apollo/2.30.3 linux-x64 node-v14.8.0