@paljs/types
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -57,3 +57,3 @@ export interface Model { | ||
}; | ||
export declare type GeneratorsType = 'nexus' | 'nexus-schema' | 'sdl' | 'graphql-modules'; | ||
export declare type GeneratorsType = 'nexus' | 'sdl' | 'graphql-modules'; | ||
export interface Config { | ||
@@ -88,3 +88,2 @@ schemaFolder?: string; | ||
onDelete?: boolean; | ||
nexusSchema?: boolean; | ||
excludeQueriesAndMutationsByModel: { | ||
@@ -103,2 +102,2 @@ [modelName: string]: QueriesAndMutations[]; | ||
} | ||
export declare type Examples = 'apollo-nexus-schema' | 'apollo-sdl-first' | 'nexus' | 'graphql-modules' | 'full-stack-nextjs' | 'full-stack-gatsbyjs'; | ||
export declare type Examples = 'apollo-nexus-schema' | 'apollo-sdl-first' | 'graphql-modules' | 'full-stack-nextjs' | 'full-stack-gatsbyjs'; |
{ | ||
"name": "@paljs/types", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"main": "dist/index.js", | ||
@@ -32,3 +32,3 @@ "module": "dist/types.esm.js", | ||
], | ||
"gitHead": "6f3b23da948f4d73d640fdc688467dc679ca8ccb" | ||
"gitHead": "00609f5dce9d0bcf20a86e2f9bf324911a515cb9" | ||
} |
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
5321
111