0.0.1 • Published 5 years ago
gridsome-source-bageldb v0.0.1
@gridsome/source-bageldb
BagelDB source for Gridsome. This package is under development and 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