simple-graphql
Advanced tools
Comparing version 4.1.3 to 4.1.4
import { SGHookOptionsMap, SGPluginConfig, SGPluginOptions } from '..'; | ||
export declare type AddMutationOptions = SGPluginOptions & { | ||
declare type AddMutationOptions = SGPluginOptions & { | ||
name?: string; | ||
hookOptions?: SGHookOptionsMap; | ||
}; | ||
declare module 'simple-graphql' { | ||
interface PluginOptionsMap { | ||
declare module '..' { | ||
interface SGPluginOptionsMap { | ||
addMutation?: AddMutationOptions; | ||
@@ -9,0 +9,0 @@ } |
import { SGHookOptionsMap, SGPluginConfig, SGPluginOptions } from '..'; | ||
export declare type BulkAddMutationOptions = SGPluginOptions & { | ||
declare type BulkAddMutationOptions = SGPluginOptions & { | ||
name?: string; | ||
hookOptions?: SGHookOptionsMap; | ||
}; | ||
declare module 'simple-graphql' { | ||
interface PluginOptionsMap { | ||
declare module '..' { | ||
interface SGPluginOptionsMap { | ||
bulkAddMutation?: BulkAddMutationOptions; | ||
@@ -9,0 +9,0 @@ } |
import { SGCacheManager, SGPluginConfig, SGPluginOptions } from '..'; | ||
export declare type CacheOptions = SGPluginOptions & { | ||
declare type CacheOptions = SGPluginOptions & { | ||
prefix?: string; | ||
@@ -7,4 +7,4 @@ cacheManager?: SGCacheManager; | ||
}; | ||
declare module 'simple-graphql' { | ||
interface PluginOptionsMap { | ||
declare module '..' { | ||
interface SGPluginOptionsMap { | ||
cache?: CacheOptions; | ||
@@ -11,0 +11,0 @@ } |
import { SGHookOptionsMap, SGPluginConfig, SGPluginOptions } from '..'; | ||
export declare type DeleteMutationOptions = SGPluginOptions & { | ||
declare type DeleteMutationOptions = SGPluginOptions & { | ||
name?: string; | ||
hookOptions?: SGHookOptionsMap; | ||
}; | ||
declare module 'simple-graphql' { | ||
interface PluginOptionsMap { | ||
declare module '..' { | ||
interface SGPluginOptionsMap { | ||
deleteMutation?: DeleteMutationOptions; | ||
@@ -9,0 +9,0 @@ } |
import { SGHookOptionsMap, SGInputFieldConfigMap, SGPluginConfig, SGPluginOptions } from '..'; | ||
export declare type PluralQueryOptions = SGPluginOptions & { | ||
declare type PluralQueryOptions = SGPluginOptions & { | ||
name?: string; | ||
@@ -7,4 +7,4 @@ conditionFields?: SGInputFieldConfigMap; | ||
}; | ||
declare module 'simple-graphql' { | ||
interface PluginOptionsMap { | ||
declare module '..' { | ||
interface SGPluginOptionsMap { | ||
pluralQuery?: PluralQueryOptions; | ||
@@ -11,0 +11,0 @@ } |
import { SGHookOptionsMap, SGPluginConfig, SGPluginOptions } from '..'; | ||
export declare type SaveMutationOptions = SGPluginOptions & { | ||
declare type SaveMutationOptions = SGPluginOptions & { | ||
name?: string; | ||
hookOptions?: SGHookOptionsMap; | ||
}; | ||
declare module 'simple-graphql' { | ||
interface PluginOptionsMap { | ||
declare module '..' { | ||
interface SGPluginOptionsMap { | ||
saveMutation?: SaveMutationOptions; | ||
@@ -9,0 +9,0 @@ } |
import { SGHookOptionsMap, SGPluginConfig, SGPluginOptions } from '..'; | ||
export declare type SingularQueryOptions = SGPluginOptions & { | ||
declare type SingularQueryOptions = SGPluginOptions & { | ||
name?: string; | ||
hookOptions?: SGHookOptionsMap; | ||
}; | ||
declare module 'simple-graphql' { | ||
interface PluginOptionsMap { | ||
declare module '..' { | ||
interface SGPluginOptionsMap { | ||
singularQuery?: SingularQueryOptions; | ||
@@ -9,0 +9,0 @@ } |
import { SGPluginConfig, SGPluginOptions } from '..'; | ||
declare module 'simple-graphql' { | ||
interface PluginOptionsMap { | ||
declare module '..' { | ||
interface SGPluginOptionsMap { | ||
timestamp?: SGPluginOptions; | ||
@@ -5,0 +5,0 @@ } |
import { SGHookOptionsMap, SGPluginConfig, SGPluginOptions } from '..'; | ||
export declare type UpdateMutationOptions = SGPluginOptions & { | ||
declare type UpdateMutationOptions = SGPluginOptions & { | ||
name?: string; | ||
hookOptions?: SGHookOptionsMap; | ||
}; | ||
declare module 'simple-graphql' { | ||
interface PluginOptionsMap { | ||
declare module '..' { | ||
interface SGPluginOptionsMap { | ||
updateMutation?: UpdateMutationOptions; | ||
@@ -9,0 +9,0 @@ } |
import { SGPluginConfig, SGPluginOptions } from '..'; | ||
declare module 'simple-graphql' { | ||
interface PluginOptionsMap { | ||
declare module '..' { | ||
interface SGPluginOptionsMap { | ||
version?: SGPluginOptions; | ||
@@ -5,0 +5,0 @@ } |
{ | ||
"name": "simple-graphql", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"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/**/*", | ||
"index.d.ts" | ||
"v4/src/**/*" | ||
], | ||
@@ -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
326501
180