nexus/examples/ghost
Jason Kuhrt 1ebae9f2a8 chore: update nexus ver in examples 2020-12-14 14:10:29 -05:00
..
scripts feat: make contextType independent of source types 2020-12-10 19:23:23 +01:00
src improve!: rename package to nexus (#699) 2020-12-14 09:41:29 -05:00
README.md chore(docs): fix for outdated prisma-labs link in the documentation #518 (#572) 2020-10-26 09:15:42 -04:00
config.development.json feat: make contextType independent of source types 2020-12-10 19:23:23 +01:00
package.json chore: update nexus ver in examples 2020-12-14 14:10:29 -05:00
tsconfig.json Add new "ghost" example project (WIP) 2019-02-03 20:44:48 -05:00
yarn.lock chore: update nexus ver in examples 2020-12-14 14:10:29 -05:00

README.md

Ghost Nexus:

(WIP) Demo of wrapping a GraphQL api on top of the ghost blogging platform.

Makes use of schemats to auto-generate types, and uses nexus's configuration to automatically bind these types to our schema generated types.

To setup, create a mysql database called ghost_nexus and configure the values in config.development.js as necessary.