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 aae931d commit 42edf56Copy full SHA for 42edf56
README.md
@@ -13,7 +13,7 @@ yarn add oc-registry-graphql-express-middleware
13
```javascript
14
const graphql = require('oc-registry-graphql-express-middleware');
15
16
-registry.app.use('/graphql', graphql({ baseUrl: 'http://localhost:3000/', graphiql: true }));
+registry.app.use('/graphql', graphql({ baseUrl: configuration.baseUrl, graphiql: configuration.discovery }));
17
```
18
19

0 commit comments