Skip to content

Commit b023cce

Browse files
committed
add another filename
1 parent a0caa66 commit b023cce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/graphql/resolvers-map.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ posts: Post[];
9595
Now that the `Author` object type is created, let's define the `Post` object type.
9696

9797
```typescript
98+
@@filename(posts/models/post.model)
9899
import { Field, Int, ObjectType } from '@nestjs/graphql';
99100

100101
@ObjectType()

0 commit comments

Comments
 (0)