Skip to content

Commit

Permalink
expose sourceArgs on edge
Browse files Browse the repository at this point in the history
  • Loading branch information
mickhansen committed Jun 18, 2018
1 parent 7a7156c commit 11e47cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/relay.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export function createConnectionResolver({
cursor: toCursor(item, index + startIndex),
node: item,
source: source,
sourceArgs: args
sourceArgs
};
};

Expand Down

0 comments on commit 11e47cc

Please sign in to comment.