-
How would I use this plugin with 'gatsby-source-filesystem' as both want to use node type File?
Error I get if I include both plugins is:
```
The plugin "gatsby-source-filesystem" created a nod…
jpalo updated
3 years ago
-
### Context
Currently, the [Inverse relationships](https://www.datocms.com/docs/content-delivery-api/inverse-relationships) functionality is not supported in the [gatsby-source-datocms](https://githu…
-
I've been trying to install and use this plugin, but regardless of what I do, the module reports as missing.
I have:
- verified it's in node_modules directory
- tried installing different versio…
-
I seem to get an `Unknown field 'templated' on type 'Query'` error when trying to run the `demo/` site on the recent versions of Gatsby (e.g. 2.3.31). I don't get the same issue when locking Gatsby's …
-
Hello, hoping you can help me understand the following issue, thanks!!
I've configured your plugin with `sourceOnlyMode: true` and configured `gatsby-source-shopify` alongside it (I understood that…
-
## Description
When using strapi navigation plugin on strapi, I get the following error
```
ERROR #11321 PLUGIN
"@relate-app/gatsby-source-strapi" threw an error while running the sourceN…
-
Hello.
I'm trying to get image and use `gatsby-transformer-sharp` plugin like in your example from the plugin docs:
```
{
allCockpitTeamMember {
edges {
node {
Portrait {
…
-
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues
- [X] This issue is not a question, fe…
-
[gatsby-plugin-mdx](https://www.gatsbyjs.com/plugins/gatsby-plugin-mdx/?=mdx) allows multiple directories:
```javascript
// gatsby-config.js
module.exports = {
plugins: [
{
resolve…
-
Steps to reproduce
- Running the plugin on Gatsby 3
- Getting the error: warning Plugin gatsby-source-faunadb is not compatible with your gatsby version 3.1.0 - It requires gatsby@^2.0.15
Is ther…