Skip to content

Commit 4cb0ff2

Browse files
authored
Quick fix for wordpress source plugin tutorial
Fragments don't work on Graphiql
1 parent c6fbd72 commit 4cb0ff2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/docs/wordpress-source-plugin-tutorial.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ This query will pull in a sorted list of those blogposts:
102102
node {
103103
title
104104
excerpt
105-
Slug
106-
...PostIcons
105+
slug
107106
}
108107
}
109108
}

0 commit comments

Comments
 (0)