Replies: 1 comment
-
@laibulle If you are using That would probably involve a bit more code outside of the libraries we provide so it is not something that is enabled "out of the box". Also this goes against some of the benefits of using a schema in the first place as something you can statically analyze in your builds or CI/CD pipeline. If you are looking to have a merged GraphQL schema powered by another that is dynamic and that you don't control, I recommend you look at running a GraphQL gateway with Apollo Federation Federation can be used to expose two separate GraphQL schemas as one schema, even if you don't use any of the type extension features. |
Beta Was this translation helpful? Give feedback.
-
Hello, I need to write a multi tenant GraphQL CMS like Contentful. I would append some query and mutation to a schema at runtime according to the client info.
How to mutate the schema at runtime for a given request ?
Best regards
Beta Was this translation helpful? Give feedback.
All reactions