There have been minimal posts about using GraphQL via the web request component so I am not sure if this is even possible.
I am trying to integrate some of our Jira activities with compass via automation, but there are challenges in doing so via graphql. The current implementation of web-request component doesnt' allow you sent the sent the same header twice in the request (Compass currently requires you sent 'X-ExperimentalApi' to access the api's (you need to currently send two). When I limit down to a single header, I get a 400-Bad Request response.
My questions are:
- Is this a limitation, or is there a way to two "headers" into a single header in the automation component
- Are there any examples that can be shared of successful graphql queries being used.
Thank you