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

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.0.0-rc.11 to 4.0.0-rc.12

2

LICENSE.md
The MIT License (MIT)
=====================
Copyright © `2017` Benjie Gillam
Copyright © `2018` Benjie Gillam

@@ -6,0 +6,0 @@ Permission is hereby granted, free of charge, to any person

{
"name": "graphql-parse-resolve-info",
"version": "4.0.0-rc.11",
"version": "4.0.0-rc.12",
"description": "Parse GraphQLResolveInfo (the 4th argument of resolve) into a simple tree",

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

graphql-parse-resolve-info
==========================
Parses a GraphQLResolveInfo object into a tree of the fields that are being
<span class="badge-patreon"><a href="https://patreon.com/benjie" title="Support Graphile development on Patreon"><img src="https://img.shields.io/badge/donate-via%20Patreon-orange.svg" alt="Patreon donate button" /></a></span>
[![Discord chat room](https://img.shields.io/discord/489127045289476126.svg)](http://discord.gg/graphile)
[![Package on npm](https://img.shields.io/npm/v/graphql-parse-resolve-info.svg?style=flat)](https://www.npmjs.com/package/graphql-parse-resolve-info)
![MIT license](https://img.shields.io/npm/l/graphql-parse-resolve-info.svg)
[![Follow](https://img.shields.io/badge/twitter-@GraphileHQ-blue.svg)](https://twitter.com/GraphileHQ)
Parses a `GraphQLResolveInfo` object into a tree of the fields that are being
requested to enable optimisations to your GraphQL schema (e.g. to determine

@@ -17,3 +23,2 @@ which fields are required from the SQL database).

### `parseResolveInfo(resolveInfo)`

@@ -20,0 +25,0 @@

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