Monday, 24 April 2017

.gql or .graphql file types with Node

I'm using Apollo's graphql-server-express with Node and I would like to turn my "typedef" schema definition files into .graphql or .gql files for clarity and syntax highlighting.

What is the best way to do this? I cannot find any good resources online beyond Babel(?) which seems to be the only choice.

Thanks so much for the help!



via Tyler Bainbridge

No comments:

Post a Comment