Replies: 1 comment 3 replies
-
| 
         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.
                  
                    3 replies
                  
                
            
  
    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.
-
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
IGraphQLRequestExecutorseems 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