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.2 to 4.1.3

index.d.ts

4

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

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