Skip to content

Commit

Permalink
fix: dont export ingesterrors in graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
Frando committed Mar 12, 2024
1 parent c1e9ba2 commit 249c50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/repco-graphql/src/plugins/tags.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 249c50c

Please sign in to comment.