From 249c50ce8bff517fcac3bd1672edd4fefc4ea0b2 Mon Sep 17 00:00:00 2001 From: "Franz Heinzmann (Frando)" Date: Tue, 12 Mar 2024 16:30:47 +0100 Subject: [PATCH] fix: dont export ingesterrors in graphql --- packages/repco-graphql/src/plugins/tags.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/repco-graphql/src/plugins/tags.ts b/packages/repco-graphql/src/plugins/tags.ts index 94e5a14b..9158e3ef 100644 --- a/packages/repco-graphql/src/plugins/tags.ts +++ b/packages/repco-graphql/src/plugins/tags.ts @@ -1,6 +1,6 @@ import { SchemaBuilder } from 'graphile-build' -const FORBIDDEN_TABLES = ['Keypair', '_prisma_migrations'] +const FORBIDDEN_TABLES = ['Keypair', '_prisma_migrations', 'IngestError'] // Custom tags for repco // * Do not expose relation tables on their own