Skip to content

Commit

Permalink
fix(npm-package-search): declare mimeType so markdown trasformer chil…
Browse files Browse the repository at this point in the history
…dren are added (#29615)
  • Loading branch information
pieh committed Feb 19, 2021
1 parent d7c4459 commit cbcd996
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ exports.createSchemaCustomization = ({ actions }) => {
lastPublisher: NPMPackageOwner
_searchInternal: NPMPackage_searchInternal
}
type NPMPackageReadme implements Node @dontInfer {
type NPMPackageReadme implements Node @dontInfer @mimeTypes(types: ["text/markdown"]) {
slug: String!
}
type NPMPackageRepository {
Expand Down

0 comments on commit cbcd996

Please sign in to comment.