docs: update mutation description
This commit is contained in:
parent
bf09786423
commit
dcadbac4d5
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ export class UserSettingsResolver {
|
|||
/* Mutations */
|
||||
|
||||
@Mutation(() => UserSettings, {
|
||||
description: 'Creates a new user setting for a given user',
|
||||
description: 'Creates a new user setting',
|
||||
})
|
||||
@UseGuards(GqlAuthGuard)
|
||||
async createUserSettings(
|
||||
|
|
|
|||
Loading…
Reference in a new issue