Skip to content

Commit 8709361

Browse files
authored
Merge pull request #7183 from layer5io/leecalcote/ci/frontmatter-slug
fix: enhance GraphQL schema
2 parents 0ed6718 + 076cd0d commit 8709361

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

gatsby-node.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,8 @@ exports.createSchemaCustomization = ({ actions }) => {
771771
community_manager: String,
772772
docURL: String,
773773
permalink: String,
774+
slug: String,
775+
redirect_from: [String]
774776
}
775777
`;
776778
createTypes(typeDefs);

0 commit comments

Comments
 (0)