Content Fragment + GraphQL - Expose combined content fragments via single model/graphql api
Hello Team,
We want to use content fragment + graphql feature to expose headless content. We could achieve individual components model and graphql endpoint to specific content fragment via persisted/http post api.
from FE, this could be a problem making a API call for each component from performance point of view. So we want to combine the different content fragment and expose via single api.
Please let us know how we can do this ?
Hero Card -> we have individua endpoint for this component
Teaser -> we have individua endpoint for this component
But we want to expose for page data combined json data of Hero card and teaser in single endpoint.
