Echo JS 0.11.0

<~>
hyperzone 1826 days ago.
When I first learned GraphQL it was hard for me to wrap my head around it, and only after starting a project the dots finally connected. The project I have started is a GraphQL wrapper around Giphy's rest api. It is written in JS and built on apollo-server. Basically the goal is to make the interaction with the api easier with the magic of GraphQL.

I'm posting this here to reach out to more people who are interested in learning more about GraphQL through writing code, and would like to contribute to my project :)

This is the link to my project - https://github.com/galnir/giphy-graphql