OBJECT

NodeModule

link GraphQL Schema definition

1type NodeModule {
2
3moduleId: ID
4
5moduleRepo: ModuleRepo!
6
7isPrivateRepo: Boolean
8
9isPrivateRegistry: Boolean
10
11moduleName: String
12
13moduleVersion: String
14
15scope: String
16
17accessToken: String
18
19registryUrl: String
20
21sshUrl: String
22
23status: NodeModuleStatus!
24
25}