Skip to content

Commit

Permalink
Missing 'filter' keyword for operation
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekDomino committed Jan 23, 2018
1 parent fa1ac27 commit ad8ed82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/part-four/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ export default ({ data }) => {
export const query = graphql`
query BlogPostQuery($slug: String!) {
markdownRemark(fields: { slug: { eq: $slug } }) {
markdownRemark(filter: {fields: { slug: { eq: $slug } }}) {
html
frontmatter {
title
Expand Down

0 comments on commit ad8ed82

Please sign in to comment.