We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db00345 commit 1f53bdeCopy full SHA for 1f53bde
README.md
@@ -5,14 +5,16 @@ The toolkit designed to simplify data sourcing from the remote GraphQL API into
5
Note: this is **not** a source plugin by itself, but it helps [writing custom GraphQL source plugins][1]
6
by providing a set of convenience tools and conventions.
7
8
-## Try it
+The toolkit is in the late beta stage. The API won't change significantly,
9
+and possible breaking changes will be documented in the [changelog](./CHANGELOG.md)
10
+or separate migration guides.
11
+
12
+## Installation
13
14
```shell
15
npm install --save gatsby-graphql-source-toolkit
16
```
17
-The toolkit is in alpha stage, so **expect breaking changes**.
-
18
## Get Help
19
20
Check out the [#gatsby-graphql-toolkit](https://discord.gg/RT2Wqr8) channel on Gatsby Discord.
0 commit comments