[x] Run tests fully as there is no description in the contribution guide on how to test this in local or test data provided to setup the GraphQL data and run the client against an endpoint.
Related Issue
Motivation and Context
This fixes the issue you run into when running a persistedQuery containing two parameters in the GET request.
How Has This Been Tested?
Unit test has been added, but example project on AEM side needs to be extended with a query supporting at least 2 parameters in order to test it fully.
Screenshots (if appropriate):
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Description
Fixes #61 The current implementation is not reflecting the documented behaviour: https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/headless/graphql-api/content-fragments#dynamic-image-delivery-multiple-specified-parameters
Related Issue
Motivation and Context
This fixes the issue you run into when running a persistedQuery containing two parameters in the GET request.
How Has This Been Tested?
Unit test has been added, but example project on AEM side needs to be extended with a query supporting at least 2 parameters in order to test it fully.
Screenshots (if appropriate):
Types of changes
Checklist: