Comparing version 3.1.0-canary-20240617070505.cffac6a94085e6671a56148285ca7bfa1b7f05fe to 3.1.0-canary-20240617070918.7aa46285192d8b31f36ce527c4420fb07778951b
@@ -7,3 +7,2 @@ 'use strict'; | ||
const frailMap = require('frail-map'); | ||
const index = require('../Error/index.js'); | ||
const deepCopy = require('../Helpers/deepCopy.js'); | ||
@@ -34,7 +33,2 @@ require('../Utils/hash.js'); | ||
); | ||
if (Object.keys(data).length === 0) { | ||
throw new index.GQtyError( | ||
`No known root keys (query, mutation and subscription) are found.` | ||
); | ||
} | ||
if (options) { | ||
@@ -41,0 +35,0 @@ data.normalizedObjects = Object.entries(normalized).reduce( |
{ | ||
"name": "gqty", | ||
"version": "3.1.0-canary-20240617070505.cffac6a94085e6671a56148285ca7bfa1b7f05fe", | ||
"version": "3.1.0-canary-20240617070918.7aa46285192d8b31f36ce527c4420fb07778951b", | ||
"description": "gqty client without queries", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
Sorry, the diff of this file is not supported yet
282751
7948