From 3a268f66c4958129d5da0e8c772c0475a02f7050 Mon Sep 17 00:00:00 2001 From: Holly Cummins Date: Fri, 15 Nov 2024 10:38:29 +0000 Subject: [PATCH] Fix schema so sample data is not overwritten --- plugins/github-enricher/gatsby-node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/github-enricher/gatsby-node.js b/plugins/github-enricher/gatsby-node.js index fdcd5be418a2..124ae1d11022 100644 --- a/plugins/github-enricher/gatsby-node.js +++ b/plugins/github-enricher/gatsby-node.js @@ -895,7 +895,7 @@ exports.createSchemaCustomization = ({ actions }) => { extensionYamlUrl: String extensionRootUrl: String issues: String - samplesUrl: SampleInfo + samplesUrl: [SampleInfo] lastUpdated: String contributors: [ContributorInfo] companies: [CompanyContributorInfo]