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 committed 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
Expand Up @@ -39,6 +39,7 @@ const nodes = [
},
frontmatter: {
title: `Markdown File 1`,
tags: [],
date: new Date(Date.UTC(2019, 0, 1)),
authors: [`author2@example.com`, `author1@example.com`],
reviewer___NODE: `author2`,
Expand All @@ -55,6 +56,7 @@ const nodes = [
},
frontmatter: {
title: `Markdown File 2`,
tags: [`constructor`],
published: false,
authors: [`author1@example.com`],
reviewer___NODE: null,
Expand Down

0 comments on commit ad6bc16

Please sign in to comment.