Skip to content

Commit 5a55f99

Browse files
authored
Update osa8c.md
Corrected the name of a field
1 parent 74fd049 commit 5a55f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/8/fi/osa8c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Mutation: {
292292
throw new GraphQLError('Creating the user failed', {
293293
extensions: {
294294
code: 'BAD_USER_INPUT',
295-
invalidArgs: args.name,
295+
invalidArgs: args.username,
296296
error
297297
}
298298
})

0 commit comments

Comments
 (0)