Implement select v1 (#3312)

* Implement select v1

* Implement select v1
This commit is contained in:
Charles Bochet
2024-01-08 20:55:45 +01:00
committed by GitHub
parent ea2cb8938f
commit 67b14824a4
12 changed files with 96 additions and 42 deletions

View File

@ -41,7 +41,7 @@ class Support {
@ObjectType()
class Sentry {
@Field(() => String)
@Field(() => String, { nullable: true })
dsn: string | undefined;
}