domain-graphql
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -0,6 +1,7 @@ | ||
import { Schema } from 'domain-schema'; | ||
export default class { | ||
constructor(); | ||
generateTypes(schema: any, options?: any): any; | ||
_generateField(field: any, value: any, options: any, results: any, seen: any): string; | ||
generateTypes(schema: Schema, options?: any): string; | ||
_generateField(field: string, value: any, options: any, results: string[], seen: string[]): string; | ||
private _generateTypes(schema, options, results, seen); | ||
} |
{ | ||
"name": "domain-graphql", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "GraphQL generator for Domain Schema", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/sysgears/domain-schema.git", |
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
9060
90