react-diode
Advanced tools
Comparing version
'use strict'; | ||
function createDiodeQuery(Query, fragmentStructure, params) { | ||
function createDiodeQuery(Query, fragmentStructure, paramsStructure) { | ||
if (typeof Query.type !== 'string') { | ||
@@ -18,3 +18,3 @@ throw new TypeError('Expected query definition to have query type'); | ||
query.fragmentStructure = fragmentStructure; | ||
query.params = params; | ||
query.paramsStructure = paramsStructure; | ||
return query; | ||
@@ -21,0 +21,0 @@ } |
@@ -80,2 +80,3 @@ 'use strict'; | ||
query.fragment = _this._compileFragmentKeys(query.fragmentStructure); | ||
query.params = _this._compileFragmentKeys(query.paramsStructure); | ||
return query; | ||
@@ -82,0 +83,0 @@ }); |
{ | ||
"name": "react-diode", | ||
"version": "0.2.0-beta.13", | ||
"version": "0.2.0-beta.14", | ||
"description": "Endpoint agnostic, unidirectional data fetching for React applications", | ||
@@ -5,0 +5,0 @@ "main": "lib/DiodePublic.js", |
42267
0.24%851
0.12%