diff --git a/backend/src/graphql/models/GdtEntry.ts b/backend/src/graphql/models/GdtEntry.ts index dd86b758a..09ee35a70 100644 --- a/backend/src/graphql/models/GdtEntry.ts +++ b/backend/src/graphql/models/GdtEntry.ts @@ -27,9 +27,6 @@ export class GdtEntry { this.gdt = json.gdt } - @Field(() => Number) - transactionId: number - @Field(() => Number) amount: number