|
|
|
|
|
by jsjaspreet
2997 days ago
|
|
At my current workplace we're moving to GraphQL slowly and use it as a Gateway to front our backend REST APIs. Backend feature teams own their APIs, but are all consumed by one GraphQL API which is the nexus of backend communication for things like periodic tasks and our client applications. None of the APIs call each other directly. I think it's working out really well for the front end teams and aligning well with our engineering organization as a whole. As for who owns the GraphQL repos, everyone contributes to it but we rely on engineering leadership to keep an eye on changes as the system solidifies. |
|