AEM 6.5.17 graphql headless consumption
Hi,
Given I have content fragments , graphql queries
How to execute gql queries on backend osgi services?
Is there any authentication needed (any authentication token etc or service user etc) or just mention URL end point, query, variables to get response?
How is this done? given content fragment data, queries present on both author , publish instances.
Also, if someone accessing this from a react or angular application , how does this react or angular application gets authenticated? to access headless data.
I appreciate inputs.