AEM Graphql Java
Hi Community,
I am trying to create a graphQl endpoint using the https://www.graphql-java.com/documentation/getting-started/ .
So I'll be writing this sample code in Servlet and trying to print the same response {hello=world} using the Servlet endpoint.
But when I am adding the dependency, the bundle is never active when I run the core maven build and always fails during the full build.
Could you help me with what I am missing here?
Thank you,
Prince
