Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

AEM-GraphQL -@include and @skip

Avatar

Level 6

Hi Team,

 

In a headless approach, We are using Graph QL API to send Offer data (stored in Content fragment) to other channels like Mobile APP etc.

 

So, we have used 

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/headless/graphql-ap...

 

Requirement:

Is there any way, we can manipulate GrapghQL response so that we could remove all empty/null values from response.

1) Using any directive ? like @include@skip

2) Is there any way to override something through Code?

 

Thanks in advance.

 

Regards,

Ch

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
3 Replies

Avatar

Community Advisor

As far as I understand, you are not sure what each value will return null : it may or it may not be null. In this case it is impossible to adjust your schema to only contain non-null values. You would have to deal with it in the frontend and completely exclude null values there.

 

I think its better to replace it from front end(consumer) side response



Arun Patidar

Avatar

Level 6

@arunpatidar  Thank you very much Arun for your reply.

 

 

Since we get GrapghQL connector installed in AEM for Content fragment -Headless approach.

 

What I wanted to ask is :

 

Is there any way we can override any Model/Servlet that are being used in Graph QL connector and then accordingly could manipulate API response.

 

Thanks in advance.

 

 

 

Avatar

Correct answer by
Community Advisor