How to serve different schemas based on incoming request? #144
dotansimha
started this conversation in
General
Replies: 2 comments 1 reply
-
@n1ru4l thoughts? |
Beta Was this translation helpful? Give feedback.
1 reply
-
This can be implemented now with |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I think there could be several approaches here, but I'm still not sure which one is the ideal / recommended.
envelop
s with share plugins, and just differentuseSchema
calls, then allow users to do the schema routing.useSchemaRouting
plugin to allow developers to write a custom function that manages the routing. This will probably will be just a call tosetSchema
? Or probably allow developers to be part of theget schema()
?Beta Was this translation helpful? Give feedback.
All reactions