babel-relay-plugin
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "babel-relay-plugin", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Babel Relay Plugin for transpiling GraphQL queries for use with Relay.", | ||
@@ -5,0 +5,0 @@ "license": "BSD-3-Clause", |
@@ -701,8 +701,8 @@ /*jslint node:true*/ | ||
return { | ||
cursorType, | ||
cursorField, | ||
edgesType, | ||
edgesField, | ||
nodeType, | ||
nodeField, | ||
cursorType: cursorType, | ||
cursorField: cursorField, | ||
edgesType: edgesType, | ||
edgesField: edgesField, | ||
nodeType: nodeType, | ||
nodeField: nodeField | ||
}; | ||
@@ -709,0 +709,0 @@ } |
Sorry, the diff of this file is not supported yet
148476