Skip to content

Commit 566fd5b

Browse files
Update resolvers-map.md
1 parent ec51025 commit 566fd5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/graphql/resolvers-map.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ Query handler methods can take multiple arguments. Let's imagine that we want to
263263

264264
```typescript
265265
getAuthor(
266-
@Args( 'firstName', { nullable: true }) firstName?: string,
267-
@Args( 'lastName', { defaultValue: '' }) lastName?: string,
266+
@Args('firstName', { nullable: true }) firstName?: string,
267+
@Args('lastName', { defaultValue: '' }) lastName?: string,
268268
) {}
269269
```
270270

0 commit comments

Comments
 (0)