UNPKG

graphql-bookshelf

Version:

Some help defining schema around bookshelfjs models.

8 lines (7 loc) 132 B
module.exports = { client: 'sqlite3', connection: { filename: "./graphql_bookshelf.sqlite" }, useNullAsDefault: true };