applying sling filter to GraphQL endpoint | Community
Skip to main content
Level 4
May 6, 2022
Solved

applying sling filter to GraphQL endpoint

  • May 6, 2022
  • 1 reply
  • 712 views

i am trying to apply a sling filter to filter requests coming to /content/cq:graphql/global/endpoint.json because I want to add few fields to the json response.

But my filter is not getting invoked when I send a POST request to the graphql endpoint.

anybody tried doing so?or any pointers?

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Hi,

I have not tried but if you want to change the response, you can try using https://sling.apache.org/documentation/bundles/output-rewriting-pipelines-org-apache-sling-rewriter.html 

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
May 6, 2022

Hi,

I have not tried but if you want to change the response, you can try using https://sling.apache.org/documentation/bundles/output-rewriting-pipelines-org-apache-sling-rewriter.html 

Arun Patidar