Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #115 from Duske/inlinefragment-comma
Browse files Browse the repository at this point in the history
(fix) comma-separate properties from inlinefragment
  • Loading branch information
johnymontana authored Oct 1, 2018
2 parents 507afd1 + 78e6e6a commit 4b7dff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/selections.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function buildCypherSelection({
resolveInfo
};
return recurse({
initial: tailSelections.length
initial: fragmentSelections.length
? initial
: initial.substring(0, initial.lastIndexOf(',')),
...fragmentTailParams
Expand Down

0 comments on commit 4b7dff8

Please sign in to comment.