tmeasday / create-graphql-server

Generate your GraphQL server one type at a time
MIT License
322 stars 33 forks source link

Use handlebars or some other templating language for string substitution #3

Open tmeasday opened 7 years ago

tmeasday commented 7 years ago

My way is super janky

stubailo commented 7 years ago

Perhaps just ES template literals?

tmeasday commented 7 years ago

Ho hum. Not sure. Actually the nice thing about the janky way is that it lints (mostly). That's about all it has going for it though.