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 8326d92 commit a24631bCopy full SHA for a24631b
README.md
@@ -11,9 +11,9 @@ _**WARNING:** This package is in an early general availability state. This means
11
12
## Requirements and Setup
13
14
-1. Add the GraphQL adapter to your project using `npm`. We will publish the package soon and adapt the snippet accordingly:
+1. Add the GraphQL adapter to your project using `npm`:
15
```js
16
- npm add git+https://github.com/cap-js/cds-adapter-graphql
+ npm add @cap-js/graphql
17
```
18
19
2. Enable [middlewares](https://cap.cloud.sap/docs/node.js/middlewares) and the GraphQL adapter in your project's `package.json`:
0 commit comments