GmTopFunction
A function and its recent invocation counts (diagnostics).
type GmTopFunction {
functionName: String!
invocations: Int!
failures: Int!
}
Fields
GmTopFunction.functionName ● String! non-null scalar
The function name.
GmTopFunction.invocations ● Int! non-null scalar
Invocations in the window.
GmTopFunction.failures ● Int! non-null scalar
Failed invocations in the window.
Member Of
GmAppDiagnostics object