What is self-hosted GraphQL?A) GraphQL implemented in a client-side JavaScript libraryB) GraphQL implemented in a server-side language like Node.js or PythonC) GraphQL hosted on a third-party platform like Apollo or GraphCMSD) GraphQL hosted on a private network or infrastructure
Answer is D : GraphQL hosted on a private network or infrastructure
A self-hosted supergraph is a supergraph with a router that you host and manage in your own infrastructure.
This is in contrast to a cloud supergraph, which uses a router that’s hosted and managed by Apollo.