Skip to content

Commit cf604f8

Browse files
author
Muhtasim Ahsan
committed
Fix incorrect fragment spread syntax.
1 parent 69c2368 commit cf604f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Section 2 -- Language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ query withNestedFragments
354354
fragment friendFields on User {
355355
id
356356
name
357-
..standardProfilePic
357+
...standardProfilePic
358358
}
359359

360360
fragment standardProfilePic on User {

0 commit comments

Comments
 (0)