elasticsearch-graphql
Advanced tools
Comparing version 1.0.7 to 1.1.0
@@ -149,3 +149,3 @@ var camelCase = require('lodash').camelCase | ||
return new opts.graphql.GraphQLObjectType({ | ||
name: 'Aggregations', | ||
name: 'Aggregations_' + _.uniqueId(), | ||
description: 'aggs', | ||
@@ -152,0 +152,0 @@ fields: function () { |
@@ -92,3 +92,3 @@ var camelCase = require('lodash').camelCase | ||
return new opts.graphql.GraphQLInputObjectType({ | ||
name: 'Filters', | ||
name: 'Filters_' + opts.name, | ||
description: 'filters', | ||
@@ -95,0 +95,0 @@ fields: fields |
{ | ||
"name": "elasticsearch-graphql", | ||
"version": "1.0.7", | ||
"version": "1.1.0", | ||
"description": "Schema generator and query builder for elasticsearch", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
15231