Apollo GraphQL Server From Scratch

Taran
codeburst
Published in
7 min readSep 6, 2020

--

What is GraphQL

GraphQL is a query language and a server-side runtime that is used to request data from the server. The first thing that comes to mind when hearing the term “query language” is SQL. Just as SQL is used for querying databases, GraphQL is a bit like SQL but for querying web APIs as it eliminates the need to repeatedly develop or change existing end-points. GraphQL also enables…

--

--

I am a Full stack developer. I enjoy learning and building new skills, and sharing what I’ve learned.