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 77db00d commit aae931dCopy full SHA for aae931d
README.md
@@ -11,10 +11,6 @@ yarn add oc-registry-graphql-express-middleware
11
## How to use it w/in your Registry
12
13
```javascript
14
-// todo: get rid of babel-*
15
-require('babel-core/register');
16
-require('babel-polyfill');
17
-
18
const graphql = require('oc-registry-graphql-express-middleware');
19
20
registry.app.use('/graphql', graphql({ baseUrl: 'http://localhost:3000/', graphiql: true }));
0 commit comments