diff --git a/plugins/github-enricher/gatsby-node.js b/plugins/github-enricher/gatsby-node.js index b5474e79ab34..ef1e619834a4 100644 --- a/plugins/github-enricher/gatsby-node.js +++ b/plugins/github-enricher/gatsby-node.js @@ -816,6 +816,7 @@ exports.createSchemaCustomization = ({ actions }) => { extensionYamlUrl: String extensionRootUrl: String issues: String + samplesUrl: SampleInfo lastUpdated: String contributors: [ContributorInfo] companies: [CompanyContributorInfo] @@ -826,6 +827,11 @@ exports.createSchemaCustomization = ({ actions }) => { projectImage: File @link(by: "name") } + type SampleInfo implements Node { + url: String + description: String + } + type Repository implements Node { url: String owner: String