graphql-parse-resolve-info
Advanced tools
Comparing version 4.0.0-rc.11 to 4.0.0-rc.12
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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34945
364