• Phil Hughes's avatar
    Enables GraphQL batch requests · 11f85ae8
    Phil Hughes authored
    Enabling GraphQL batch requests allows for multiple queries
    to be sent in 1 request reducing the amount of requests
    we send to the server.
    
    Responses come come back in the same order as the queries were
    provided.
    11f85ae8
multiplexed_queries_spec.rb 1.11 KB