simple-graphql
Advanced tools
Comparing version 4.1.2 to 4.1.3
import { SGHookOptionsMap, SGPluginConfig, SGPluginOptions } from '..'; | ||
declare type AddMutationOptions = SGPluginOptions & { | ||
export declare type AddMutationOptions = SGPluginOptions & { | ||
name?: string; | ||
hookOptions?: SGHookOptionsMap; | ||
}; | ||
declare module '..' { | ||
declare module 'simple-graphql' { | ||
interface PluginOptionsMap { | ||
@@ -8,0 +8,0 @@ addMutation?: AddMutationOptions; |
import { SGHookOptionsMap, SGPluginConfig, SGPluginOptions } from '..'; | ||
declare type BulkAddMutationOptions = SGPluginOptions & { | ||
export declare type BulkAddMutationOptions = SGPluginOptions & { | ||
name?: string; | ||
hookOptions?: SGHookOptionsMap; | ||
}; | ||
declare module '..' { | ||
declare module 'simple-graphql' { | ||
interface PluginOptionsMap { | ||
@@ -8,0 +8,0 @@ bulkAddMutation?: BulkAddMutationOptions; |
import { SGCacheManager, SGPluginConfig, SGPluginOptions } from '..'; | ||
declare type CacheOptions = SGPluginOptions & { | ||
export declare type CacheOptions = SGPluginOptions & { | ||
prefix?: string; | ||
@@ -7,3 +7,3 @@ cacheManager?: SGCacheManager; | ||
}; | ||
declare module '..' { | ||
declare module 'simple-graphql' { | ||
interface PluginOptionsMap { | ||
@@ -10,0 +10,0 @@ cache?: CacheOptions; |
import { SGHookOptionsMap, SGPluginConfig, SGPluginOptions } from '..'; | ||
declare type DeleteMutationOptions = SGPluginOptions & { | ||
export declare type DeleteMutationOptions = SGPluginOptions & { | ||
name?: string; | ||
hookOptions?: SGHookOptionsMap; | ||
}; | ||
declare module '..' { | ||
declare module 'simple-graphql' { | ||
interface PluginOptionsMap { | ||
@@ -8,0 +8,0 @@ deleteMutation?: DeleteMutationOptions; |
import { SGHookOptionsMap, SGInputFieldConfigMap, SGPluginConfig, SGPluginOptions } from '..'; | ||
declare type PluralQueryOptions = SGPluginOptions & { | ||
export declare type PluralQueryOptions = SGPluginOptions & { | ||
name?: string; | ||
@@ -7,3 +7,3 @@ conditionFields?: SGInputFieldConfigMap; | ||
}; | ||
declare module '..' { | ||
declare module 'simple-graphql' { | ||
interface PluginOptionsMap { | ||
@@ -10,0 +10,0 @@ pluralQuery?: PluralQueryOptions; |
import { SGHookOptionsMap, SGPluginConfig, SGPluginOptions } from '..'; | ||
declare type SaveMutationOptions = SGPluginOptions & { | ||
export declare type SaveMutationOptions = SGPluginOptions & { | ||
name?: string; | ||
hookOptions?: SGHookOptionsMap; | ||
}; | ||
declare module '..' { | ||
declare module 'simple-graphql' { | ||
interface PluginOptionsMap { | ||
@@ -8,0 +8,0 @@ saveMutation?: SaveMutationOptions; |
import { SGHookOptionsMap, SGPluginConfig, SGPluginOptions } from '..'; | ||
declare type SingularQueryOptions = SGPluginOptions & { | ||
export declare type SingularQueryOptions = SGPluginOptions & { | ||
name?: string; | ||
hookOptions?: SGHookOptionsMap; | ||
}; | ||
declare module '..' { | ||
declare module 'simple-graphql' { | ||
interface PluginOptionsMap { | ||
@@ -8,0 +8,0 @@ singularQuery?: SingularQueryOptions; |
import { SGPluginConfig, SGPluginOptions } from '..'; | ||
declare module '..' { | ||
declare module 'simple-graphql' { | ||
interface PluginOptionsMap { | ||
@@ -4,0 +4,0 @@ timestamp?: SGPluginOptions; |
import { SGHookOptionsMap, SGPluginConfig, SGPluginOptions } from '..'; | ||
declare type UpdateMutationOptions = SGPluginOptions & { | ||
export declare type UpdateMutationOptions = SGPluginOptions & { | ||
name?: string; | ||
hookOptions?: SGHookOptionsMap; | ||
}; | ||
declare module '..' { | ||
declare module 'simple-graphql' { | ||
interface PluginOptionsMap { | ||
@@ -8,0 +8,0 @@ updateMutation?: UpdateMutationOptions; |
import { SGPluginConfig, SGPluginOptions } from '..'; | ||
declare module '..' { | ||
declare module 'simple-graphql' { | ||
interface PluginOptionsMap { | ||
@@ -4,0 +4,0 @@ version?: SGPluginOptions; |
{ | ||
"name": "simple-graphql", | ||
"version": "4.1.2", | ||
"version": "4.1.3", | ||
"description": "The simple way to generates GraphQL schemas and Sequelize models from your models definition.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -22,3 +22,3 @@ { | ||
"src/**/*", | ||
"v4/src/**/*" | ||
"index.d.ts" | ||
], | ||
@@ -25,0 +25,0 @@ "exclude": [ |
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
326687
67
181