graphql-fields-projection
Advanced tools
Comparing version 1.0.4 to 1.0.6
@@ -31,3 +31,3 @@ const _ = require('lodash'); | ||
const sortedFields = fields.sort(); | ||
const results = [sortedFields[0]]; | ||
const results = []; | ||
@@ -34,0 +34,0 @@ sortedFields.forEach(field => { |
{ | ||
"name": "graphql-fields-projection", | ||
"version": "1.0.4", | ||
"version": "1.0.6", | ||
"description": "", | ||
@@ -21,3 +21,18 @@ "main": "lib/index.js", | ||
}, | ||
"keywords": [], | ||
"keywords": [ | ||
"graphql", | ||
"graphql-fields", | ||
"graphql-fields-projection", | ||
"selected-fields", | ||
"dataloader", | ||
"merge-selected-fields", | ||
"fields", | ||
"database projection", | ||
"projection", | ||
"project", | ||
"mongo", | ||
"mongodb", | ||
"sql", | ||
"path collision restrictions" | ||
], | ||
"author": "", | ||
@@ -24,0 +39,0 @@ "license": "ISC", |
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
21971