0.0.1 • Published 5 years ago

@bageldb/gridsome-source-bageldb v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

@gridsome/source-bageldb

BagelDB source for Gridsome. This package is under development and the API might change without warning.

Install

  • npm install @gridsome/source-bageldb

Usage

module.exports = {
  plugins: [
    {
      use: '@gridsome/source-bageldb',
      options: {
        organization: 'YOUR_ORGANIZATION', // required
        project: 'YOUR_PROJECT', // required
        apiKey: 'YOUR_API_KEY', // required
        collections: [],
      }
    }
  ]
}

The collections object is as follows:

{ name: "blog", typeName: 'BlogPosts' }
0.0.1

5 years ago