Skip to content

Commit

Permalink
chore(www): remove unused fields from graphql queries (#21391)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsriram authored Feb 13, 2020
1 parent 2af4aec commit 84401ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions www/src/utils/node/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,9 @@ exports.createPages = async ({ graphql, actions }) => {
released
}
frontmatter {
title
draft
canonicalLink
publishedAt
issue
tags
jsdoc
apiCalls
Expand Down
2 changes: 0 additions & 2 deletions www/src/utils/node/starters.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ exports.createPages = async ({ graphql, actions, reporter }) => {
fields {
starterShowcase {
slug
stub
}
hasScreenshot
}
Expand Down Expand Up @@ -75,7 +74,6 @@ exports.createPages = async ({ graphql, actions, reporter }) => {
component: slash(starterTemplate),
context: {
slug: node.fields.starterShowcase.slug,
stub: node.fields.starterShowcase.stub,
},
})
})
Expand Down

0 comments on commit 84401ab

Please sign in to comment.