Full stack implementation of GraphQl-Basic setup.

Full stack implementation of GraphQl-Basic setup.

Danish Khurshid

Danish Khurshid/ September 23, 2019

GraphQL is a Specification for client-server communication and not an Implementation.

To put this rather simply GraphQl is not opinionated about the application architecture. It is language agnostic and can be implemented regardless of the underlying language or system. In this blogpost we are using React and Apollo on the Frontend and Express and MongoDb on the backend.

Read more