kumarharsh / graphql-for-vscode

GraphQL syntax highlighting, linting, auto-complete, and more!
https://marketplace.visualstudio.com/items?itemName=kumar-harsh.graphql-for-vscode
MIT License
282 stars 45 forks source link

Add sintax support for apollo federation directives #312

Open SamuelNoB opened 2 years ago

SamuelNoB commented 2 years ago

I have a project wich uses apollo federation and its directives, and very often we need to use then in our models. is it possible to add support for this kind of directives?

image