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 6bfade4 commit fe37cc8Copy full SHA for fe37cc8
README.md
@@ -13,7 +13,6 @@ It allows you to move your API to GraphQL with nearly zero afford and maintain b
13
const express = require('express');
14
const app = express();
15
const graphqlHTTP = require('express-graphql');
16
-const graphql = require('graphql');
17
const graphQLSchema = require('swagger-to-graphql');
18
19
graphQLSchema('./petstore.json').then(schema => {
0 commit comments