Skip to content

Commit 076cd0d

Browse files
committed
fix: enhance GraphQL schema
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 0ed6718 commit 076cd0d

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)