Skip to content

Conversation

MedHeikelBouzayene
Copy link

Adds support for executing multiple GraphQL operations in a single HTTP request (batch query).
This enables sending an array of query objects with their respective variables, improving performance for use cases that require multiple small requests.

Includes:

  • Support for serializing and sending batched query payloads.

  • Adjusted request builder to handle both single and batch query modes.

  • Unit tests covering multi-query payload serialization and response handling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant