@@ -11,34 +11,34 @@ All examples have an `examples.gql` file with sample queries/mutations/subscript
11
11
12
12
## Basics
13
13
14
- - [ Simple usage of fields, basic types and resolvers] ( https://github.com/MichalLytek/type-graphql/tree/master /examples/simple-usage )
14
+ - [ Simple usage of fields, basic types and resolvers] ( https://github.com/MichalLytek/type-graphql/tree/1.0.0-rc.1 /examples/simple-usage )
15
15
16
16
## Advanced
17
17
18
- - [ Enums and unions] ( https://github.com/MichalLytek/type-graphql/tree/master /examples/enums-and-unions )
19
- - [ Subscriptions (simple)] ( https://github.com/MichalLytek/type-graphql/tree/master /examples/simple-subscriptions )
20
- - [ Subscriptions (using Redis)] ( https://github.com/MichalLytek/type-graphql/tree/master /examples/redis-subscriptions )
21
- - [ Interfaces] ( https://github.com/MichalLytek/type-graphql/tree/master /examples/interfaces-inheritance )
18
+ - [ Enums and unions] ( https://github.com/MichalLytek/type-graphql/tree/1.0.0-rc.1 /examples/enums-and-unions )
19
+ - [ Subscriptions (simple)] ( https://github.com/MichalLytek/type-graphql/tree/1.0.0-rc.1 /examples/simple-subscriptions )
20
+ - [ Subscriptions (using Redis)] ( https://github.com/MichalLytek/type-graphql/tree/1.0.0-rc.1 /examples/redis-subscriptions )
21
+ - [ Interfaces] ( https://github.com/MichalLytek/type-graphql/tree/1.0.0-rc.1 /examples/interfaces-inheritance )
22
22
23
23
## Features usage
24
24
25
- - [ Dependency injection (IoC container)] ( https://github.com/MichalLytek/type-graphql/tree/master /examples/using-container )
26
- - [ scoped container] ( https://github.com/MichalLytek/type-graphql/tree/master /examples/using-scoped-container )
27
- - [ Authorization] ( https://github.com/MichalLytek/type-graphql/tree/master /examples/authorization )
28
- - [ Validation] ( https://github.com/MichalLytek/type-graphql/tree/master /examples/automatic-validation )
29
- - [ Types inheritance] ( https://github.com/MichalLytek/type-graphql/tree/master /examples/interfaces-inheritance )
30
- - [ Resolvers inheritance] ( https://github.com/MichalLytek/type-graphql/tree/master /examples/resolvers-inheritance )
31
- - [ Generic types] ( https://github.com/MichalLytek/type-graphql/tree/master /examples/generic-types )
32
- - [ Mixin classes] ( https://github.com/MichalLytek/type-graphql/tree/master /examples/mixin-classes )
33
- - [ Middlewares and Custom Decorators] ( https://github.com/MichalLytek/type-graphql/tree/master /examples/middlewares-custom-decorators )
25
+ - [ Dependency injection (IoC container)] ( https://github.com/MichalLytek/type-graphql/tree/1.0.0-rc.1 /examples/using-container )
26
+ - [ scoped container] ( https://github.com/MichalLytek/type-graphql/tree/1.0.0-rc.1 /examples/using-scoped-container )
27
+ - [ Authorization] ( https://github.com/MichalLytek/type-graphql/tree/1.0.0-rc.1 /examples/authorization )
28
+ - [ Validation] ( https://github.com/MichalLytek/type-graphql/tree/1.0.0-rc.1 /examples/automatic-validation )
29
+ - [ Types inheritance] ( https://github.com/MichalLytek/type-graphql/tree/1.0.0-rc.1 /examples/interfaces-inheritance )
30
+ - [ Resolvers inheritance] ( https://github.com/MichalLytek/type-graphql/tree/1.0.0-rc.1 /examples/resolvers-inheritance )
31
+ - [ Generic types] ( https://github.com/MichalLytek/type-graphql/tree/1.0.0-rc.1 /examples/generic-types )
32
+ - [ Mixin classes] ( https://github.com/MichalLytek/type-graphql/tree/1.0.0-rc.1 /examples/mixin-classes )
33
+ - [ Middlewares and Custom Decorators] ( https://github.com/MichalLytek/type-graphql/tree/1.0.0-rc.1 /examples/middlewares-custom-decorators )
34
34
35
35
## 3rd party libs integration
36
36
37
- - [ TypeORM (manual, synchronous) \* ] ( https://github.com/MichalLytek/type-graphql/tree/master /examples/typeorm-basic-usage )
38
- - [ TypeORM (automatic, lazy relations) \* ] ( https://github.com/MichalLytek/type-graphql/tree/master /examples/typeorm-lazy-relations )
39
- - [ Typegoose] ( https://github.com/MichalLytek/type-graphql/tree/master /examples/typegoose )
40
- - [ Apollo Engine (Apollo Cache Control) \*\* ] ( https://github.com/MichalLytek/type-graphql/tree/master /examples/apollo-engine )
41
- - [ Apollo client state] ( https://github.com/MichalLytek/type-graphql/tree/master /examples/apollo-client )
37
+ - [ TypeORM (manual, synchronous) \* ] ( https://github.com/MichalLytek/type-graphql/tree/1.0.0-rc.1 /examples/typeorm-basic-usage )
38
+ - [ TypeORM (automatic, lazy relations) \* ] ( https://github.com/MichalLytek/type-graphql/tree/1.0.0-rc.1 /examples/typeorm-lazy-relations )
39
+ - [ Typegoose] ( https://github.com/MichalLytek/type-graphql/tree/1.0.0-rc.1 /examples/typegoose )
40
+ - [ Apollo Engine (Apollo Cache Control) \*\* ] ( https://github.com/MichalLytek/type-graphql/tree/1.0.0-rc.1 /examples/apollo-engine )
41
+ - [ Apollo client state] ( https://github.com/MichalLytek/type-graphql/tree/1.0.0-rc.1 /examples/apollo-client )
42
42
43
43
_ \* Note that we need to edit the TypeORM example's ` index.ts ` with the credentials of our local database_
44
44
0 commit comments