relay-tools / vscode-apollo-relay

Simple configuration of vscode-apollo for Relay projects.
MIT License
49 stars 13 forks source link

Fix rule name lookup #29

Closed damassi closed 4 years ago

damassi commented 4 years ago

Noticed that VSCode started throwing an error (though the plugin still works?) due to an invalid rule name reference:

(node:63943) UnhandledPromiseRejectionWarning: TypeError: KnownArgumentNames is not a function
    at RelayKnownArgumentNames (/Users/willdoenlen/code/force/node_modules/vscode-apollo-relay/dist/RelayKnownArgumentNames.js:15:31)
damassi commented 4 years ago

Actually, this looks to be a bit larger of a problem. Closing