Skip to content

Commit

Permalink
fix(gatsby): Support grouping by reserved keywords (#22603)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladar authored Apr 1, 2020
1 parent 040afea commit ad6bc16
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 182 deletions.
2 changes: 2 additions & 0 deletions packages/gatsby/src/schema/__tests__/fixtures/queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const nodes = [
},
frontmatter: {
title: `Markdown File 1`,
tags: [],
date: new Date(Date.UTC(2019, 0, 1)),
authors: [`[email protected]`, `[email protected]`],
reviewer___NODE: `author2`,
Expand All @@ -55,6 +56,7 @@ const nodes = [
},
frontmatter: {
title: `Markdown File 2`,
tags: [`constructor`],
published: false,
authors: [`[email protected]`],
reviewer___NODE: null,
Expand Down
Loading

0 comments on commit ad6bc16

Please sign in to comment.