Skip to content

Commit 4a01b69

Browse files
authored
Remove outdated instructions on experimental tag (#3778)
1 parent 00c8d35 commit 4a01b69

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

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

117-
### Experimental features
118-
119-
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.
120-
121-
```
122-
"graphql": "experimental-stream-defer"
123-
```
124-
125-
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).
126-
127117
### Using in a Browser
128118

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

0 commit comments

Comments
 (0)