gatsby-source-strapi icon indicating copy to clipboard operation
gatsby-source-strapi copied to clipboard

Gatsby source plugin for building websites using Strapi as a data source

Results 55 gatsby-source-strapi issues
Sort by recently updated
recently updated
newest added

Plugins such as `i18n` include their own content types such as `locale` that can be queried via the api as well. Those are exposed on sub paths of the form...

Currently when a component uses an image, an object type is created in the schema that looks similar to this: `STRAPI__COMPONENT_NAMEImage`. Even if multiple image fields are used there are...

type: enhancement

Hey guys, thanks for the plugin. I have run into an issue that I can't seem to resolve. I have narrowed it down to something with how this plugin works...

Hello! First of all, thanks for this awesome plugin. While developing my Gatsby application with this plugin enabled, I ran through the case when the Strapi host was not running...

Is it possible to make use of mdx when pulling markdown content? The main idea is that I'd like to create a sort of "shortcodes" setup to where when the...

Because I have a lot of data, I want to classify and query the data, but there are also a lot of classifications. I need to take the classifications from...

Hello maintainers, I've been leveraging `"gatsby-source-strapi": "^1.0.0-alpha.0"` for a few months now. `npm install --save gatsby-source-strapi@alpha` installs the above version that doesn't address the vulnerable axios version. can you bump...

Currently the i18n soloution uses `_locale` to filter by locale's but this is being rewritten to locale which I believe to be being stripped from inside `fetch.js` maybe I'm wrong?...

I cant show images that i get with graphql from the dynamic zone. ![image](https://user-images.githubusercontent.com/29143272/109307402-e0d18680-7840-11eb-9dd0-9560ea15247b.png) ![image](https://user-images.githubusercontent.com/29143272/109307435-f0e96600-7840-11eb-89d6-1e6800dee565.png) ![image](https://user-images.githubusercontent.com/29143272/109307620-35750180-7841-11eb-9ff6-4f18ca2c3602.png) I get all the data as you can see in the console.log. But when...

Hello, I would like to know if it is possible to use this library on Gatsby to make real time queries. Since this plugin already knows the information of my...