Multiple GraphQL endpoints #524
Unanswered
AdithiKashain
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Of course. There's nothing special about the default controller (MVC or WebFlux), you can just add another controller as usual and bind it to a different URL. It's probably convenient to inherit the abstract GraphQLController, like the default ones do. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to have multiple GraphQL endpoints while using spqr library for schema generation?
Beta Was this translation helpful? Give feedback.
All reactions