WasmTopModule
A module and its recent run counts (diagnostics).
type WasmTopModule {
moduleName: String!
runs: Int!
failures: Int!
}
Fields
WasmTopModule.moduleName ● String! non-null scalar
The module name.
WasmTopModule.runs ● Int! non-null scalar
Runs in the window.
WasmTopModule.failures ● Int! non-null scalar
Failed runs in the window.
Member Of
WasmAppDiagnostics object