Any recommended Atom packages for GraphCool / Grap...
# prisma-whats-new
d
Any recommended Atom packages for GraphCool / GraphQL out there? Syntax highlighting for the
.graphcool
schema file would be awesome!
a
The package search in Atom shows quite a few results for graphql...
I use https://atom.io/packages/graphql-autocomplete, which uses your actual endpoint for autocomplete etc.
Also, language-graphql (for .graphql files) and language-babel (for graphql in JS files) both work very well
d
Thanks I will check those packages out!
😎 1