Skip to content

Commit e98e4e1

Browse files
chore(gatsby-source-graphql): warn people that source-graphql is slow for larger sites (#33970)
* fix(gatsby-source-graphql): warn people that source-graphql is slow for larger sites As it doesn't yet support inc builds or preview. This trips people up some time and we should be clear about the plugin's limitation. * Update README.md * Update README.md Co-authored-by: Lennart <[email protected]>
1 parent 82864cb commit e98e4e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/gatsby-source-graphql/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Plugin for connecting arbitrary GraphQL APIs to Gatsby's GraphQL. Remote schemas
55
- [Example website](https://using-gatsby-source-graphql.netlify.app/)
66
- [Example website source](https://github.com/gatsbyjs/gatsby/tree/master/examples/using-gatsby-source-graphql)
77

8+
This source plugin does **not** support [incremental builds, cloud builds](https://support.gatsbyjs.com/hc/en-us/articles/360053099253-Gatsby-Builds-Full-Incremental-and-Cloud), and preview (on Gatsby Cloud). Please be aware that build times will be signficantly slower than regular source plugins as the size of your site goes past a hundred or so pages.
9+
810
## Install
911

1012
`npm install gatsby-source-graphql`

0 commit comments

Comments
 (0)