This commit adds a new `spring.graphql.graphiql.path` configuration property for setting the path to the GraphiQL UI page. This change requires updates in the static HTML page to link the JavaScript fetcher back to the actual GraphQL API endpoint. Closes gh-70