Skip to content

Commit fe37cc8

Browse files
authored
Update README.md
1 parent 6bfade4 commit fe37cc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ It allows you to move your API to GraphQL with nearly zero afford and maintain b
1313
const express = require('express');
1414
const app = express();
1515
const graphqlHTTP = require('express-graphql');
16-
const graphql = require('graphql');
1716
const graphQLSchema = require('swagger-to-graphql');
1817

1918
graphQLSchema('./petstore.json').then(schema => {

0 commit comments

Comments
 (0)