Could anyone help me to provide AEM Graphql backend APIs. I'm facing many issues while using the below. And may I know any other graphql APIs to fetch the endpoint data through backend code? Kindly help
I don't know what you are trying to achieve, but I think you should explore the below alternatives instead of using a GraphQL API:
- GraphQL exposes data as REST API, so technically you could use any REST java framework such as Httpclient, HttpUrlConnection, etc. to call the GraphQL endpoint.
I don't know what you are trying to achieve, but I think you should explore the below alternatives instead of using a GraphQL API:
- GraphQL exposes data as REST API, so technically you could use any REST java framework such as Httpclient, HttpUrlConnection, etc. to call the GraphQL endpoint.