Uses Adonis and Adonis Apollo Server for a GraphQL API to query and run mutations on 'Post' and 'User' models. The endpoint is most easily tested with a client such as Insomnia.
With Adonis.js installed globally, adonis serve --dev
will start the API server for testing.
Thanks to Chimezie Enyinnaya for the Apollo adapter.