Separate GraphQL schema for website? #6597
Locked
mbrowne
announced in
Event Q&A Q3 2021
Replies: 1 comment 1 reply
-
Thanks for your question @mbrowne 🙂 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, it looks like currently there is always just one GraphQL schema in Keystone, which is used both for the Keystone admin system and for your app.
Are there any plans to allow for the creation of a separate GraphQL endpoint to be used for your website or app that can be extended/customized without affecting the GraphQL API used by the admin system? This is important when implementing a view-model pattern.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions