apollo-link-ethereum
Advanced tools
Comparing version 0.0.18 to 0.0.19
@@ -226,4 +226,4 @@ (function (global, factory) { | ||
contractDirectives = info.directives.contract || {}; | ||
var __typename = contractDirectives.type; | ||
var id = contractDirectives.id; | ||
var __typename = contractDirectives.type || fieldName; | ||
var id = contractDirectives.id || 'global'; | ||
result = { | ||
@@ -230,0 +230,0 @@ __typename: __typename, id: id |
@@ -24,4 +24,4 @@ import { Observable } from 'apollo-link'; | ||
contractDirectives = info.directives.contract || {}; | ||
var __typename = contractDirectives.type; | ||
var id = contractDirectives.id; | ||
var __typename = contractDirectives.type || fieldName; | ||
var id = contractDirectives.id || 'global'; | ||
result = { | ||
@@ -28,0 +28,0 @@ __typename: __typename, id: id |
{ | ||
"name": "apollo-link-ethereum", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"main": "./dist/bundle.umd.js", | ||
@@ -34,3 +34,3 @@ "modules": "./lib/index.js", | ||
}, | ||
"gitHead": "199727419c903b45de5735681e5db024adab1c2c" | ||
"gitHead": "a49fa76f0dea2fe2bf148b74f51e5372eab51fd3" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
500429