operation batching
RU: батчинг операций (operation batching)
A GraphQL transport technique where the client sends multiple operations in a single HTTP request as a JSON array. The server processes all operations and returns an array of responses. It reduces connection overhead but makes the round-trip as slow as the slowest operation in the batch.