OBJECT
1type NodeModule {23moduleId: ID 45moduleRepo: ModuleRepo! 67isPrivateRepo: Boolean 89isPrivateRegistry: Boolean 1011moduleName: String 1213moduleVersion: String 1415scope: String 1617accessToken: String 1819registryUrl: String 2021sshUrl: String 2223status: NodeModuleStatus! 2425}