Skip to content

Commit 780d7e5

Browse files
authored
Merge pull request #50 from 19majkel94/docs
Enhance the documentation and readme
2 parents 7cbf245 + cd84f72 commit 780d7e5

16 files changed

+858
-321
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- add base support for GraphQL enums using TypeScript enums
1111
- add support for defining GraphQL unions
1212
- add support for importing resolvers from file path glob
13-
- depracate decorators with `GraphQL` prefix - use `@ArgsType`, `@InputType`, `@InterfaceType`, `@ObjectType` and `@Resolver` instead
13+
- deprecate decorators with `GraphQL` prefix - use `@ArgsType`, `@InputType`, `@InterfaceType`, `@ObjectType` and `@Resolver` instead
1414
### Fixes
1515
- fix not working array type notation in circular dependencies (correct thunk generation)
1616

@@ -69,11 +69,11 @@
6969
- fix missing type args in schema when declared in field resolver
7070
- fix missing resolver function when defined as type field method
7171
- fix creating instances of root object when internal fields are Promises (switch from `plainToClass` to vanilla JS)
72-
- fix convertings field and resolvers args errors while converting gql objects (weird `prototype` stuffs)
72+
- fix converting field and resolvers args errors while converting gql objects (weird `prototype` stuffs)
7373

7474
## v0.1.1
7575
### Features
76-
- add support for ommiting return type when use type options, in selected decorators (`@Field`, `@Arg`)
76+
- add support for omitting return type when use type options, in selected decorators (`@Field`, `@Arg`)
7777
### Fixes
7878
- fix class getter resolvers bug - missing fields from prototype (`plainToClass` bug)
7979

0 commit comments

Comments
 (0)