Socket
Socket
Sign inDemoInstall

graphql-parse-resolve-info

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-parse-resolve-info - npm Package Compare versions

Comparing version 4.11.0 to 4.12.0-alpha.0

2

build-turbo/index.d.ts

@@ -21,3 +21,3 @@ import { GraphQLResolveInfo, GraphQLType } from "graphql";

}
export declare function parseResolveInfo(resolveInfo: GraphQLResolveInfo, options?: ParseOptions): ResolveTree | FieldsByTypeName | null | void;
export declare function parseResolveInfo(resolveInfo: GraphQLResolveInfo, options?: ParseOptions): ResolveTree | FieldsByTypeName | null | undefined;
export declare function simplifyParsedResolveInfoFragmentWithType(parsedResolveInfoFragment: ResolveTree, type: GraphQLType): {

@@ -24,0 +24,0 @@ fields: {};

@@ -21,3 +21,3 @@ import { GraphQLResolveInfo, GraphQLType } from "graphql";

}
export declare function parseResolveInfo(resolveInfo: GraphQLResolveInfo, options?: ParseOptions): ResolveTree | FieldsByTypeName | null | void;
export declare function parseResolveInfo(resolveInfo: GraphQLResolveInfo, options?: ParseOptions): ResolveTree | FieldsByTypeName | null | undefined;
export declare function simplifyParsedResolveInfoFragmentWithType(parsedResolveInfoFragment: ResolveTree, type: GraphQLType): {

@@ -24,0 +24,0 @@ fields: {};

{
"name": "graphql-parse-resolve-info",
"version": "4.11.0",
"version": "4.12.0-alpha.0",
"description": "Parse GraphQLResolveInfo (the 4th argument of resolve) into a simple tree",

@@ -56,3 +56,3 @@ "main": "index.js",

},
"gitHead": "742133b9064cd64d61e45edc981261a036d56c7f"
"gitHead": "2804d622e4ad199b9a1383683636c23fdf275259"
}
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