Graphql requests not served by graphql but by general spring rest
My spring boot application exposes both rest and graphql endpoints for different set of apis. Rest endpoints are working fine but graphql requests are also considered as rest and throwing 404 as it tries to serve them as static resources.
Graphql requests not served by graphql but by general spring rest
My spring boot application exposes both rest and graphql endpoints for different set of apis. Rest endpoints are working fine but graphql requests are also considered as rest and throwing 404 as it tries to serve them as static resources.