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
I have 70+ customers which each has their own entities for graphql. The customers can change their entities and especially properties.
I would prefer not to need 70+ servers
My plan is to separate it on customers and serve the appropriate models and resolvers. I am planning to use code generation to make query, mutations and resolvers if it is possible.
I am unsure if it is at all possible and if it is where the best extension point is for doing so
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have 70+ customers which each has their own entities for graphql. The customers can change their entities and especially properties.
I would prefer not to need 70+ servers
My plan is to separate it on customers and serve the appropriate models and resolvers. I am planning to use code generation to make query, mutations and resolvers if it is possible.
I am unsure if it is at all possible and if it is where the best extension point is for doing so
Beta Was this translation helpful? Give feedback.
All reactions