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

I am developing a new Gatsby app with Strapi. It takes a looong time to source data, 5 minutes or more for every development cycles, sometimes it just hangs forever....

Hi, I have a collection with an optional rich text field. If there is at least one entry with the rich text not empty and an other entry with the...

Cannot by any means get my relational field data to show up in GraphQL. Tried multiple config structures but nothing works. I can source a title that is in the...

Hi there, Can somebody point me in the right direction of how to retrieve the previous and next siblings of a single type? This is a query that I'm working...

- I've successfully deployed strapi to heroku (using postgresql) - I have updated all permissions on the deployed site to accept client requests - I can successfully hit the endpoints...

Does anyone have any pointers on using fragments in graphql queries to retrieve blocks from a dynamic zone when not all of the blocks will necessarily have been included in...

Great work on the new beta version supporting v4! Though I am curious where on the roadmap on the new version this limitation is set: 1. At the moment, fields...

Since "parent" and "children" are reserved keywords in gatsby, this plugin automatically appends "strapi_" to the relation name. Since the relations are now named "strapi_parent" and "strapi_children" the code on...

Hi all, thanks so much for the beautifully written gatsby plugin. It's been a really great experience building out a Gatsby site thanks to your hard work. I'm writing to...

Before this v4 plugin published, I use another plugin [relate-app/gatsby-source-strapi](https://github.com/relate-app/gatsby-source-strapi) for replaced. That plugin document has provide options but not passing headers, I don't know why. But add a additional...

type: feature request