You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have the use case that we expose internal and external GraphQL APIs. The feature would allow us to expose multiple endpoints on the same micronaut instance.
One way would. be to have the ability to register multiple graphql.GraphQL Beans (e.g: Named Beans) and configure a different endpoint path for each in the config.
The text was updated successfully, but these errors were encountered:
Feature description
We have the use case that we expose internal and external GraphQL APIs. The feature would allow us to expose multiple endpoints on the same micronaut instance.
One way would. be to have the ability to register multiple
graphql.GraphQL
Beans (e.g: Named Beans) and configure a different endpoint path for each in the config.The text was updated successfully, but these errors were encountered: