fix: changed return type of deleteUserEnvironment mutation to boolean in user-environments resolver
This commit is contained in:
parent
ca5404a93b
commit
8929b37dbe
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ export class UserEnvironmentsResolver {
|
|||
return userEnvironment.right;
|
||||
}
|
||||
|
||||
@Mutation(() => UserEnvironment, {
|
||||
@Mutation(() => Boolean, {
|
||||
description: 'Deletes a users personal environment',
|
||||
})
|
||||
@UseGuards(GqlAuthGuard)
|
||||
|
|
|
|||
Loading…
Reference in a new issue