micronaut-graphql icon indicating copy to clipboard operation
micronaut-graphql copied to clipboard

Add support for Apollo-style batched query requests

Open marceloverdijk opened this issue 4 years ago • 3 comments

See:

  • https://www.apollographql.com/docs/apollo-server/requests/#postRequests
  • https://www.prisma.io/blog/improving-performance-with-apollo-query-batching-66455ea9d8b

marceloverdijk avatar Sep 19 '19 11:09 marceloverdijk

Putting this on hold to consider whether to add non-official GraphQL spec related functionality or not.

marceloverdijk avatar Jan 17 '20 06:01 marceloverdijk

Here's a related ticket to follow: https://github.com/graphql/graphql-spec/issues/517

benmccann avatar May 01 '20 03:05 benmccann

@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/.

donbeave avatar Oct 21 '20 15:10 donbeave