You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6
Original file line number
Diff line number
Diff line change
@@ -2,24 +2,22 @@
2
2
3
3
The toolkit designed to simplify data sourcing from the remote GraphQL API into Gatsby.
4
4
5
-
Note: this is **not** a source plugin by itself, but it helps [writing custom GraphQL source plugins][1]
5
+
Note: This is **not** a source plugin by itself, but it helps [writing custom GraphQL source plugins][1]
6
6
by providing a set of convenience tools and conventions.
7
7
8
8
## Installation
9
9
10
10
```shell
11
-
npm install --save gatsby-graphql-source-toolkit
11
+
npm install gatsby-graphql-source-toolkit
12
12
```
13
13
14
14
## Get Help
15
15
16
-
Check out the [#gatsby-graphql-toolkit](https://discord.gg/RT2Wqr8) channel on Gatsby Discord.
17
-
Your feedback and feature requests are very welcome!
16
+
Check out the [#plugin-authoring](https://discord.gg/gatsby) channel on Gatsby Discord.
18
17
19
18
## Important Note
20
19
21
-
This is a temporary repository. Eventually it will be merged into gatsby monorepo.
22
-
See this PR for progress: https://github.com/gatsbyjs/gatsby/pull/25468
20
+
This is a temporary repository. We're working on a better "swiss army knife" solution which will mean that this toolkit will eventually be deprecated and replaced by a better package.
0 commit comments