Links are currently /graphql and /graphiql which only work if the service is being served at the root. Updating the links to be ./graphql fixes the problem from the root but not from made up pages, eg example.com/glazed/not/a/page which would link to example.com/glazed/not/a/graphql.
Might need to template it with the public address
Links are currently
/graphqland/graphiqlwhich only work if the service is being served at the root. Updating the links to be./graphqlfixes the problem from the root but not from made up pages, egexample.com/glazed/not/a/pagewhich would link toexample.com/glazed/not/a/graphql.Might need to template it with the public address