Tag: endpoint

  • SpringBoot not exposing GraphQL

    SpringBoot not exposing GraphQL

    0 I have a multi-module project where one of them is the GraphQL module the Runnable File is in a different module with a working RestController the GraphQLController is not exposed. I have tried to move the application.properties to the runnable module didn’t work, tried to move the GraphQLController also didn’t work I even moved…