graphql-codegen-typescript-mongodb
Advanced tools
Comparing version
@@ -6,3 +6,3 @@ /// <reference types="handlebars" /> | ||
}; | ||
export declare function entityFields(type: Type | Interface, options: Handlebars.HelperOptions, returnRaw?: boolean): string | FieldsResult; | ||
export declare const entityFields: (convert: any) => (type: Type | Interface, options: Handlebars.HelperOptions, returnRaw?: boolean) => string | FieldsResult; | ||
export {}; |
@@ -6,1 +6,2 @@ import { TypeScriptCommonConfig } from 'graphql-codegen-typescript-common'; | ||
export declare const plugin: PluginFunction<TypeScriptMongoDbConfig>; | ||
export declare const addToSchema: any; |
{ | ||
"name": "graphql-codegen-typescript-mongodb", | ||
"version": "0.14.0-alpha.5aabe967", | ||
"version": "0.14.0-alpha.600d2aab", | ||
"description": "graphql-codegen-cli template for TypeScript typings for both client side and server side", | ||
@@ -10,13 +10,14 @@ "repository": "git@github.com:dotansimha/graphql-code-generator.git", | ||
"build": "codegen-templates-scripts build", | ||
"test": "codegen-templates-scripts test", | ||
"pretest": "yarn build" | ||
}, | ||
"dependencies": { | ||
"graphql-codegen-typescript-common": "0.14.0-alpha.5aabe967" | ||
"graphql-codegen-typescript-common": "0.14.0-alpha.600d2aab" | ||
}, | ||
"devDependencies": { | ||
"codegen-templates-scripts": "0.14.0-alpha.5aabe967", | ||
"codegen-templates-scripts": "0.14.0-alpha.600d2aab", | ||
"graphql": "14.0.2", | ||
"graphql-codegen-core": "0.14.0-alpha.5aabe967", | ||
"graphql-codegen-plugin-handlebars-helpers": "0.14.0-alpha.5aabe967", | ||
"graphql-codegen-plugin-helpers": "0.14.0-alpha.5aabe967" | ||
"graphql-codegen-core": "0.14.0-alpha.600d2aab", | ||
"graphql-codegen-plugin-handlebars-helpers": "0.14.0-alpha.600d2aab", | ||
"graphql-codegen-plugin-helpers": "0.14.0-alpha.600d2aab" | ||
}, | ||
@@ -23,0 +24,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1
-50%1504636
-6.19%15064
-4.83%+ Added
- Removed
Updated