Socket
Socket
Sign inDemoInstall

simple-graphql

Package Overview
Dependencies
24
Maintainers
1
Versions
300
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.2 to 5.0.3

4

dist/index.d.ts

@@ -73,3 +73,3 @@ import { GraphQLFieldResolver, GraphQLInputType, GraphQLInterfaceType, GraphQLOutputType, GraphQLResolveInfo } from 'graphql';

}
export declare type SGFieldResolve<T = any> = (source: T, args: {
export declare type SGFieldResolve<Source = any> = (source: Source, args: {
[key: string]: any;

@@ -79,3 +79,3 @@ }, context: SGResolveContext, info: GraphQLResolveInfo, sgContext: SGContext) => any;

[key: string]: any;
}, context: SGResolveContext, info: GraphQLResolveInfo, sgContext: SGContext) => T;
}, context: SGResolveContext, info: GraphQLResolveInfo, sgContext: SGContext) => Promise<T>;
export declare type SGTypeConfig = {

@@ -82,0 +82,0 @@ name: string;

{
"name": "simple-graphql",
"version": "5.0.2",
"version": "5.0.3",
"description": "The simple way to generates GraphQL schemas and Sequelize models from your models definition.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc