1
Reply

What is self-hosted GraphQL?

Tuhin Paul

Tuhin Paul

1y
1.5k
0
Reply

What is self-hosted GraphQL?
A) GraphQL implemented in a client-side JavaScript library
B) GraphQL implemented in a server-side language like Node.js or Python
C) GraphQL hosted on a third-party platform like Apollo or GraphCMS
D) 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.