GraphQL server call for review

I created a project that provides a standalone Apollo GraphQL server for Ghost and optionally all the pieces for custom integration. It supports querying of all Ghost resources from the Content API. The project has the following characteristics.

  • A Lerna monorepo that publishes the two following packages:
  • Written in TypeScript (but publishes with types and JS).
  • Docker image to run the Ghost Apollo GraphQL server without minimal configuration.

I was wondering if anyone would like to review and let me know if Iā€™m missing anything. Also, any contributions are welcomed.

3 Likes