graphql-helper
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -240,2 +240,6 @@ 'use strict'; | ||
// ember compat: | ||
exports.default = { configure: configure, request: request, query: query, mutation: mutation, batch: batch, partial: partial, fragment: fragment, union: union }; | ||
// Query Partial Utils | ||
@@ -242,0 +246,0 @@ |
{ | ||
"name": "graphql-helper", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "A simple helper library for making GraphQL queries. For browser usage, ensure that you have a Promise polyfill.", | ||
@@ -5,0 +5,0 @@ "main": "lib.js", |
@@ -229,2 +229,6 @@ /* @flow */ | ||
// ember compat: | ||
export default { configure, request, query, mutation, batch, partial, fragment, union } | ||
// Query Partial Utils | ||
@@ -231,0 +235,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
21631
414