|
|
|
|
|
by Doxin
2277 days ago
|
|
It makes sense if you plan on doing schema stitching and the like. You can combine multiple graphql schemas into a single big schema reasonably easily, and it might make sense doing so if you have multiple datastore-type backends and you just want your internal code to talk to a single endpoint. |
|