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 4ef2b39 commit 579feb5Copy full SHA for 579feb5
README.md
@@ -12,7 +12,7 @@ GraphQL Rest Router allows you to expose an internal GraphQL API as a REST API.
12
_Example Usage_
13
```js
14
import GraphQLRestRouter from 'graphql-rest-router';
15
-import * as OpenApi from 'graphql-rest-router';
+import * as OpenApi from 'graphql-rest-router/OpenApi';
16
17
const Schema = `
18
query UserById($id: Int!) {
0 commit comments