Skip to content

Commit

Permalink
Fix typo (#41)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
vladar authored Oct 19, 2021
2 parents c9328e2 + 6bc02fd commit 2b705fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ const gatsbyNodeTypes = [
posts(limit: $limit, offset: $offset) { ..._PostId_ }
}
+ query NODE_POST {
+ post(id: $id) } { ..._PostId_ }
+ post(id: $id) { ..._PostId_ }
+ }
fragment _PostId_ on Post { __typename id }
`,
Expand Down

0 comments on commit 2b705fb

Please sign in to comment.