Where to host GraphQL
A GraphQL API can be served in many ways. As part of a monolith application, through a serverless function, as a standalone server, running as a function on a CDN, as federated services, or straight up on your client.
I will go through each of these alternatives with some pros and cons you should consider before starting.