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

Hello and thank you for your support. I moved my organization from a Wordpress framework to Strapi/Gatsby and a big part of the "sell" was the use of singleTypes to...

My data appears in the playground query, but when I check the route, the data becomes an integer. Is this a bug or some configuration that I don’t know how...

I have this query query ProdType{ type{ id products(sort: "general.order:asc"){ id name description general{ order visibility } } } } I want to sort by order but this field is...

Hi @lauriejim, As per our conversation on twitter via stackrole, am creating this issue. ## Context we have around 72 posts with 2 images each. Am suspecting parsing this info...

![image](https://user-images.githubusercontent.com/40838099/84578368-2731a300-ade2-11ea-9e8b-c3d231b12f30.png)

I'm using `"gatsby": "2.18.4"` and `"gatsby-source-strapi": "0.0.10"`. The problem is that Gatsby build fails if the returned content is NULL. There are a few hacks, for example adding dummy data...

Is it possible this plugin generate Gatsby's GraphQL schema based on Model instead of REST API result? The problem is if there's `null` fields in the results, the Gatsby's schema...

### Summary I have a Docker set up with Gatsby, Strapi and MongoDB in their own containers. All works well until I go into Strapi and create a new blog...

Hello, I would like to see if you could help me with the following problem, I added the isuue in gatsby, but I think the problem is with the strapi...

Perhaps this is the intended behavior since I am not familiar with GraphQL, but when querying all the content using `allStrapi*` the build crashes instead of returning an empty array....