Skip to content

Commit fdddfb1

Browse files
robrichardIvanGoncharov
authored andcommitted
README: add instructions on using experimental features (graphql#2849)
Co-authored-by: Ivan Goncharov <[email protected]>
1 parent 81db17e commit fdddfb1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,16 @@ directly on this branch:
115115
npm install graphql@git://github.com/graphql/graphql-js.git#npm
116116
```
117117

118+
### Experimental features
119+
120+
Each release of GraphQL.js will be accompanied by an experimental release containing support for the `@defer` and `@stream` directive proposal. We are hoping to get community feedback on these releases before the proposal is accepted into the GraphQL specification. You can use this experimental release of GraphQL.js by adding the following to your project's `package.json` file.
121+
122+
```
123+
"graphql": "experimental-stream-defer"
124+
```
125+
126+
Community feedback on this experimental release is much appreciated and can be provided on the [issue created for this purpose](https://github.com/graphql/graphql-js/issues/2848).
127+
118128
### Using in a Browser
119129

120130
GraphQL.js is a general-purpose library and can be used both in a Node server

0 commit comments

Comments
 (0)