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
Versions
apollo/2.30.3 linux-x64 node-v14.8.0
The text was updated successfully, but these errors were encountered:
Intended outcome:
I was pushing the schema using
service:push
to 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.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
The text was updated successfully, but these errors were encountered: