From b4905c2e9ffbf164c91b9f9343a5d4ee4a52c657 Mon Sep 17 00:00:00 2001 From: HaneenT Date: Tue, 31 Mar 2026 11:09:26 -0400 Subject: [PATCH] KPMP-6628: fix getRepoDataTypeInformationByParticipant --- src/main/resources/graphql/knowledge_environment.graphqls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/graphql/knowledge_environment.graphqls b/src/main/resources/graphql/knowledge_environment.graphqls index 73edc4d..03515fe 100755 --- a/src/main/resources/graphql/knowledge_environment.graphqls +++ b/src/main/resources/graphql/knowledge_environment.graphqls @@ -76,7 +76,7 @@ type ParticipantDataTypeInformation2025 { } type ParticipantRepoDataTypeSummary { - repositoryDataTypes: [ParticipantDataTypeInformation2025] + repositoryDataTypes: [ParticipantRepoDataTypeInformation] } type ParticipantRepoDataTypeInformation {