Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

simple-graphql

Package Overview
Dependencies
Maintainers
1
Versions
300
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-graphql - npm Package Compare versions

Comparing version 4.1.3 to 4.1.4

6

dist/plugin/addMutationPlugin.d.ts
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": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc