I want two separate endpoints, each with their own schemas to not expose our internal schemas to clients through GraphiQL. Both will need have different security configurations as well. (Just reiterating that this is something we need to do)
I found this stack overflow asking for something similar, but was hoping to see if someone more familiar with this project had a better way of doing something like this?
https://stackoverflow.com/questions/62202051/is-there-a-way-to-expose-2-graphql-endpoints-using-spring-boot-starter-app-graph
Any advice would be appreciated here!