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

Commit 4b7dff8

Browse files
authored
Merge pull request #115 from Duske/inlinefragment-comma
(fix) comma-separate properties from inlinefragment
2 parents 507afd1 + 78e6e6a commit 4b7dff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/selections.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export function buildCypherSelection({
7272
resolveInfo
7373
};
7474
return recurse({
75-
initial: tailSelections.length
75+
initial: fragmentSelections.length
7676
? initial
7777
: initial.substring(0, initial.lastIndexOf(',')),
7878
...fragmentTailParams

0 commit comments

Comments
 (0)