|
|
|
|
|
by krschultz
2996 days ago
|
|
The endpoint that resolves GraphQL requests scales horizontally, so the answer is likely a high number. I think what you're really getting at it is how many different GraphQL schemas are there? In general I would expect the answer to be one for the whole company, unless the services are truly not related at all. The power of GraphQL comes from being able to compose random sets of data that are not obvious up front. |
|
[0] https://www.apollographql.com/docs/graphql-tools/schema-stit...