Your First GraphQL Server
Your First GraphQL Server:
So, today we’re going to write a small GraphQL server. I’m not going to try to persuade you to drop everything and adopt GraphQL — but if you’re curious about what this stuff looks like today and how it works, read on. We need a server to receive our GraphQL queries. via Pocket