We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9868634 commit 24b075aCopy full SHA for 24b075a
src/graphql/schemas/typeDefs/allowlistRecordTypeDefs.ts
@@ -8,6 +8,11 @@ import { Hypercert } from "./hypercertTypeDefs.js";
8
simpleResolvers: true,
9
})
10
export class AllowlistRecord {
11
+ @Field({
12
+ nullable: true,
13
+ description: "The ID of the allow list record",
14
+ })
15
+ id?: string;
16
@Field({
17
nullable: true,
18
description: "The hypercert ID the claimable fraction belongs to",
0 commit comments