I started creating a standard grapnel api following this tutorial and everything worked. Then I used spring-boot-graphql-spqr to get rid of the schema.graphql file and also the controller as the tutorial states. now, however, in the console there is no sign that any graphql service started and also whether the \graphql nor the \graphiql endpoint exists. What is the problem here?
The whole project is in the TestModelDeleted branch of https://github.com/WoistdasNiveau/GraphiqlDemo.git
I really do not understand why this does not work what am I doing wrong?
UPDATE: The \graphql endpoint exists but why don't i get the \graphiql endpoint anymore?