Simple GraphQL Query Using ExpressJs
Introduction
In this article, I'm going to explain the basics of making a simple query request to an API using GraphQL, and ExpressJs.
We will look at concepts like:
Making an express server
Creating our schema
Testing queries using graphiql.
So...
mish-blog.hashnode.dev6 min read