Skip to content

Commit

Permalink
Remove outdated instructions on experimental tag
Browse files Browse the repository at this point in the history
I don't think we need any additional instructions since now the code is on main and published under the main alpha tag?
  • Loading branch information
robrichard authored Nov 17, 2022
1 parent 00c8d35 commit ab7103e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,6 @@ directly on this branch:
npm install graphql@git://github.com/graphql/graphql-js.git#npm
```

### Experimental features

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.

```
"graphql": "experimental-stream-defer"
```

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).

### Using in a Browser

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

0 comments on commit ab7103e

Please sign in to comment.