Skip to content

Commit ad8ed82

Browse files
authored
Missing 'filter' keyword for operation
1 parent fa1ac27 commit ad8ed82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/part-four/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ export default ({ data }) => {
998998
999999
export const query = graphql`
10001000
query BlogPostQuery($slug: String!) {
1001-
markdownRemark(fields: { slug: { eq: $slug } }) {
1001+
markdownRemark(filter: {fields: { slug: { eq: $slug } }}) {
10021002
html
10031003
frontmatter {
10041004
title

0 commit comments

Comments
 (0)