We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94b511 commit e8c17b6Copy full SHA for e8c17b6
README.md
@@ -23,18 +23,24 @@ through that README and the corresponding tests in parallel.
23
24
Install GraphQL.js from npm
25
26
-With npm:
+With `npm`:
27
28
```sh
29
npm install --save graphql
30
```
31
32
-or using yarn:
+With `yarn`:
33
34
35
yarn add graphql
36
37
38
+With `bun`:
39
+
40
+```sh
41
+bun add graphql
42
+```
43
44
GraphQL.js provides two important capabilities: building a type schema and
45
serving queries against that type schema.
46
0 commit comments