Replies: 2 comments 1 reply
-
@zth I just read #299 (comment) I just read about stitching. Could you share more info the all process to merge & deploy this as a single endpoint ? I am a front end dev trying to handle a "big" side project from scratch and I am having a hard time 😂 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry, I've completely missed this (and discussions in general) as I accidentally turned off all my notifications a good while back. Catching up now! Is this still something you're looking into? |
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
-
I am using Directus and I am having to use 2 endpoints to fetch GraphQL.
/graphql
for "my" database stuff (all the generated database)/graphql/system
for included database (that includes users, roles etc)I see multiple problems with this when following the doc
I did try to read Relay doc about that and didn't find anything particular.
I guess I could merge the 2 schemas (Directus say they have same schemas for 2 endpoints BUT that the root queries are different).
But then I don't really know what would be nice to handle the 2 endpoints when doing queries... :'(
Any idea or best practise about that ?
Beta Was this translation helpful? Give feedback.
All reactions