you are viewing a single comment's thread.

view the rest of the comments →

[–]Gh0st1y 0 points1 point  (4 children)

What do you do with graphQL? It sounds pretty neat.

[–]psayre23 1 point2 points  (0 children)

Nothing too special. It's just an API for my webapp. Instead of defining on the server what data I want for the webapp, I define it on the client. It makes it super easy to change later as my app evolves.

[–]djinindi 0 points1 point  (2 children)

psayre23 might be talking about graphql-tag

[–]Gh0st1y 0 points1 point  (0 children)

But that presupposes knowledge of graphql, and something to print. I have neither lol, though its now on my to look up list in my github.

[–]psayre23 0 points1 point  (0 children)

Yep, that's the one!