micronaut-graphql
micronaut-graphql copied to clipboard
Add support for Apollo-style batched query requests
See:
- https://www.apollographql.com/docs/apollo-server/requests/#postRequests
- https://www.prisma.io/blog/improving-performance-with-apollo-query-batching-66455ea9d8b
Putting this on hold to consider whether to add non-official GraphQL spec related functionality or not.
Here's a related ticket to follow: https://github.com/graphql/graphql-spec/issues/517
@marceloverdijk @ilopmar Maybe can introduce it as a separate experimental controller? If yes, I can add PR with changes that will add support: https://www.apollographql.com/docs/link/links/batch-http/.