You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2022. It is now read-only.
We take on a lot of complexity and extra tooling to have our GraphQL API running. Additionally it adds a layer of abstraction given that we have to model our domain into its type system. All of this while not entirely leveraging the upsides (highly specialised response payloads, fluidity for data shape). We ought to assess if the overhead is still warranted and investigate if simpler alternatives would fit the bill.
Proposed Alternatives
build up a simple REST API that allows us to prototype a query interface that the user app can consume (@garbados)