2
2
3
3
## ` CONTEXT `
4
4
5
- [ source file] ( https://github.com/Urigo /graphql-modules/blob/master/packages/graphql-modules/src/application/tokens.ts )
5
+ [ source file] ( https://github.com/graphql-hive /graphql-modules/blob/master/packages/graphql-modules/src/application/tokens.ts )
6
6
7
7
` CONTEXT ` is an InjectionToken representing the provided ` GraphQLModules.GlobalContext `
8
8
@@ -17,7 +17,7 @@ export class Data {
17
17
18
18
## ` MODULE_ID `
19
19
20
- [ source file] ( https://github.com/Urigo /graphql-modules/blob/master/packages/graphql-modules/src/module/tokens.ts )
20
+ [ source file] ( https://github.com/graphql-hive /graphql-modules/blob/master/packages/graphql-modules/src/module/tokens.ts )
21
21
22
22
` MODULE_ID ` is an InjectionToken representing module's ID
23
23
@@ -34,7 +34,7 @@ export class Data {
34
34
35
35
## ` Application `
36
36
37
- [ source file] ( https://github.com/Urigo /graphql-modules/blob/master/packages/graphql-modules/src/application/types.ts )
37
+ [ source file] ( https://github.com/graphql-hive /graphql-modules/blob/master/packages/graphql-modules/src/application/types.ts )
38
38
39
39
A return type of ` createApplication ` function.
40
40
@@ -51,7 +51,7 @@ A return type of `createApplication` function.
51
51
52
52
## ` ApplicationConfig `
53
53
54
- [ source file] ( https://github.com/Urigo /graphql-modules/blob/master/packages/graphql-modules/src/application/types.ts )
54
+ [ source file] ( https://github.com/graphql-hive /graphql-modules/blob/master/packages/graphql-modules/src/application/types.ts )
55
55
56
56
Application's configuration object. Represents the first argument of ` createApplication ` function.
57
57
@@ -62,7 +62,7 @@ Application's configuration object. Represents the first argument of `createAppl
62
62
63
63
## ` createApplication `
64
64
65
- [ source file] ( https://github.com/Urigo /graphql-modules/blob/master/packages/graphql-modules/src/application/application.ts )
65
+ [ source file] ( https://github.com/graphql-hive /graphql-modules/blob/master/packages/graphql-modules/src/application/application.ts )
66
66
67
67
Creates Application out of Modules. Accepts ` ApplicationConfig ` .
68
68
@@ -79,7 +79,7 @@ const app = createApplication({
79
79
80
80
## ` createModule `
81
81
82
- [ source file] ( https://github.com/Urigo /graphql-modules/blob/master/packages/graphql-modules/src/module/module.ts )
82
+ [ source file] ( https://github.com/graphql-hive /graphql-modules/blob/master/packages/graphql-modules/src/module/module.ts )
83
83
84
84
Creates a Module, an element used by Application. Accepts ` ModuleConfig ` .
85
85
@@ -99,7 +99,7 @@ export const usersModule = createModule({
99
99
100
100
## ` ModuleConfig `
101
101
102
- [ source file] ( https://github.com/Urigo /graphql-modules/blob/master/packages/graphql-modules/src/module/types.ts )
102
+ [ source file] ( https://github.com/graphql-hive /graphql-modules/blob/master/packages/graphql-modules/src/module/types.ts )
103
103
104
104
Module's configuration object. Represents the first argument of ` createModule ` function.
105
105
0 commit comments