simple-graphql
Advanced tools
Comparing version 4.1.6 to 4.1.7
@@ -233,3 +233,3 @@ import { GraphQLFieldResolver, GraphQLInputType, GraphQLInterfaceType, GraphQLOutputType, GraphQLResolveInfo } from 'graphql'; | ||
} | ||
export interface SGPluginOptionsMap { | ||
export interface SGPluginOptionsMap<E extends SGModelCtrl = SGModelCtrl> { | ||
} | ||
@@ -236,0 +236,0 @@ export declare type SGSchemaOptions = { |
{ | ||
"name": "simple-graphql", | ||
"version": "4.1.6", | ||
"version": "4.1.7", | ||
"description": "The simple way to generates GraphQL schemas and Sequelize models from your models definition.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
327142