Implement select v1 (#3312)
* Implement select v1 * Implement select v1
This commit is contained in:
@ -41,7 +41,7 @@ class Support {
|
||||
|
||||
@ObjectType()
|
||||
class Sentry {
|
||||
@Field(() => String)
|
||||
@Field(() => String, { nullable: true })
|
||||
dsn: string | undefined;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user