@swan-io/graphql-client
Advanced tools
Comparing version 0.1.4 to 0.1.6
@@ -405,3 +405,6 @@ 'use strict'; | ||
({ fields }) => Object.fromEntries( | ||
fields.map(({ name: { value: name }, value }) => [name, value]) | ||
fields.map(({ name: { value: name }, value }) => [ | ||
name, | ||
extractValue(value, variables) | ||
]) | ||
) | ||
@@ -408,0 +411,0 @@ ).with( |
{ | ||
"name": "@swan-io/graphql-client", | ||
"version": "0.1.4", | ||
"version": "0.1.6", | ||
"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
347510
3339