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 2d073c7 commit 5244899Copy full SHA for 5244899
README.md
@@ -25,18 +25,24 @@ through that README and the corresponding tests in parallel.
25
26
Install GraphQL.js from npm
27
28
-With npm:
+With `npm`:
29
30
```sh
31
npm install --save graphql
32
```
33
34
-or using yarn:
+With `yarn`:
35
36
37
yarn add graphql
38
39
40
+With `bun`:
41
+
42
+```sh
43
+bun add graphql
44
+```
45
46
GraphQL.js provides two important capabilities: building a type schema and
47
serving queries against that type schema.
48
0 commit comments