@swan-io/graphql-client
Advanced tools
Comparing version 0.1.0-alpha17 to 0.1.0-alpha18
@@ -408,6 +408,3 @@ 'use strict'; | ||
} | ||
const cacheHasKey = hasOwnProperty.call( | ||
data3, | ||
fieldNameWithArguments | ||
); | ||
const cacheHasKey = hasOwnProperty.call(data3, originalFieldName) || hasOwnProperty.call(data3, fieldNameWithArguments); | ||
if (!cacheHasKey) { | ||
@@ -414,0 +411,0 @@ return boxed.Option.None(); |
{ | ||
"name": "@swan-io/graphql-client", | ||
"version": "0.1.0-alpha17", | ||
"version": "0.1.0-alpha18", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "A simple, typesafe GraphQL client for React", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
291605
2821