This is a source plugin to fetch data from a restdb.io database.
In gatsby-config.js
:
module.exports = {
plugins: [
{
resolve: 'gatsby-source-restdb',
options: {
apikey: "custom or full access api key"
},
},
],
}