How do you use multiple schema? #8088
Unanswered
realnot
asked this question in
Question & Answer
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Reading the documentation, I've created an endpoint to ship the schema:
and then defined the default schema
I would like use one path for one schema and another path for another schema (for example one schema for drive frontend and another for API documentation)
path('api/schema') ---> frontend Custom AutoSchema
path('api/documentation') ---> Default AutoSchema
How Can I achieve this?
Beta Was this translation helpful? Give feedback.
All reactions