graphql-schema-modular
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -23,2 +23,6 @@ /** | ||
export declare function Subscription(name: String): (target: any, methodName: any, descriptor: any) => void; | ||
export declare function getSchema(moduleDir: any): Promise<{}>; | ||
export interface SchemaResult { | ||
typeDefs: any; | ||
resolvers: any; | ||
} | ||
export declare function getSchema(moduleDir: any): Promise<SchemaResult>; |
{ | ||
"name": "graphql-schema-modular", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Make organizing graphql schema modules easier", | ||
@@ -15,4 +15,5 @@ "main": "./dist/index.js", | ||
"scripts": { | ||
"prepublish": "npm run compile", | ||
"compile": "tsc --project ." | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22179
180