Api for an SPA

Hi, I recently published a working spa at https://github.com/akeating/peap that includes graphql. It’s likely you will need both rest and graphql in any non-trivial application. I delegate the rest api implementation to grapqhl internally, thus using graphql as api for both grapqhl and rest endpoints.

3 Likes