0.1.4 • Published 8 months ago
gatsby-source-decoupla v0.1.4
Gatsby source plugin for Decoupla
This plugin is based on gatsby-source-graphql.
Usage
// gatsby-config.js
module.exports = {
plugins: [
{
resolve: `gatsby-source-decoupla`,
options: {
workspace: `your_workspace_id`,
token: `your_token`
},
},
],
}Querying data
query {
Decoupla {
...your data would be avilable here
}
}