DEV Community

Discussion on: What was your win this week?

Collapse
 
papercoding22 profile image
Paper Coding

As a Front End Developer, I work with Restful APIs most of the time, and have a Back End team behind the scenes serving everything to the Front-End. My job is simply to handle the interface well, and call the API to get the data. But since I moved to a new company, here they use Graphql to serve all data query needs, so in the Front End part I had to learn how to query data and mutate them according to the requirement, I felt overwhelming at first but after only a few days of getting used to it, I feel free and less dependent on BE, I can query and execute any mutation I want with just one query. Graphql is something new that I've been experiencing and learning for the past week, it's amazing.