From 2f810b7d6728c4d8ec766986ff4d0ac9ed272ae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20Tanr=C4=B1kulu?= <20847995+ardatan@users.noreply.github.com> Date: Thu, 28 May 2020 07:26:30 +0300 Subject: [PATCH] feat: add graphql-mesh and graphql-tools monorepos (#6340) --- lib/config/presets/internal/monorepo.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index d95c1ded73..f508c8a4fa 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -62,7 +62,9 @@ const repoGroups = { 'https://github.com/dotansimha/graphql-code-generator', 'https://github.com/dotansimha/graphql-codegen', ], + 'graphql-mesh': 'https://github.com/Urigo/graphql-mesh', 'graphql-toolkit': 'https://github.com/ardatan/graphql-toolkit', + 'graphql-tools': 'https://github.com/ardatan/graphql-tools', hamcrest: 'https://github.com/hamcrest/JavaHamcrest', hapijs: 'https://github.com/hapijs', infrastructure: 'https://github.com/instructure/instructure-ui', -- GitLab