You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ An overview of the functionality that a Relay-compliant GraphQL server should pr
20
20
Install Relay Library for GraphQL.js
21
21
22
22
```sh
23
-
npm install graphql-relay
23
+
npm install graphql graphql-relay
24
24
```
25
25
26
26
When building a schema for [GraphQL.js](https://github.com/graphql/graphql-js), the provided library functions can be used to simplify the creation of Relay patterns.
0 commit comments