Replies: 1 comment
-
I am also stuck with this. I need to host multiple GraphQL schemas in single Azure function app. Any direction on how to achieve this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm thinking of migrating a .net projet from graphql-dotnet to hot chocolate. My main requirements are to be able to run my server on azure functions and to expose multiple distinct schemas (with shared stuffs) through multiples routes.
Most documentation and examples concern web api and it's possible with multiple graphql server services and endpoints but It seems not the same with the integration package for azure functions. The
IGraphQLRequestExecutor
seems not build to handle multiple apiRoute.Am I missing something or is there a way to configure multiple schemas and http triggers?
thanks
Beta Was this translation helpful? Give feedback.
All reactions