fixed misalignment in @graphql-codegen plugins, and removed unused...
fixed misalignment in @graphql-codegen plugins, and removed unused "skipNonNullChecks" ctx flag, cleanup
... | ... | @@ -20,19 +20,18 @@ |
"express-graphql": "^0.11.0", | ||
"graphql": "^15.3.0", | ||
"graphql-middleware": "^4.0.2", | ||
"graphql-tools": "^6.2.3", | ||
"graphql-tools": "^6.2. 3", | ||
"mongodb": "^3.6.2", | ||
"neo4j-graphql-js": "^2.16.3", | ||
"typescript": "^4.0.3", | ||
"winston": "^3.3.3" | ||
}, | ||
"devDependencies": { | ||
"@graphql-codegen/cli": "1.17.8", | ||
"@graphql-codegen/introspection": "^1.17.8", | ||
"@graphql-codegen/typescript": "1.17.8", | ||
"@graphql-codegen/typescript-document-nodes": "1.17.8", | ||
"@graphql-codegen/typescript-mongodb": "1.17.8", | ||
"@graphql-codegen/typescript-resolvers": "1.17.8" | ||
"@graphql-codegen/cli": "1.17.10", | ||
"@graphql-codegen/introspection": "^1.17.10", | ||
"@graphql-codegen/typescript": "1.17.10", | ||
"@graphql-codegen/typescript-document-nodes": "^1.17.8", | ||
"@graphql-codegen/typescript-resolvers": "1.17.10" | ||
}, | ||
"scripts": { | ||
"codegen": "graphql-codegen --config graphql/codegen.yml", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment