DEV Community

Discussion on: What new language/tool/etc. have you been meaning to learn but haven't gotten around to yet?

Collapse
 
laurieontech profile image
Laurie

If you want a really clean way to play around with GraphQL make a Gatsby project and throw in some kind of static content.
When you spin up the project for development it generates an additional localhost endpoint that consists of a stand alone GraphQL playground (think postman for REST).

Collapse
 
mebble profile image
Neil Syiemlieh

A Gatsby + GraphQL combo is exactly what I had in mind when thinking of learning graphQL :D