mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-09 04:22:01 +00:00
Move schema customization to more fitting locations
This commit is contained in:
@@ -15,12 +15,6 @@ exports.createSchemaCustomization = ({ actions }) => {
|
||||
const typeDefs = `
|
||||
type MarkdownRemarkFields implements Node {
|
||||
inlineCount: Int
|
||||
headingsWithId: [HeadingsWithId]
|
||||
}
|
||||
type HeadingsWithId {
|
||||
value: String!
|
||||
depth: Int!
|
||||
slug: String!
|
||||
}
|
||||
`;
|
||||
createTypes(typeDefs);
|
||||
|
||||
Reference in New Issue
Block a user