RelevantSAPNotesResult
Output Type for RelevantSAPNotesResult
type RelevantSAPNotesResult {
success: Boolean!
message: String
relevantSystems: [RelevantSAPSystems!]!
calculatedNotes: Int
sapSystems: Int
insertCount: Int
updateCount: Int
computationTimeMs: Int
}
Fields
RelevantSAPNotesResult.success ● Boolean! non-null scalar
Whether the calculation was successful or not.
RelevantSAPNotesResult.message ● String scalar
A message describing the result of the calculation.
RelevantSAPNotesResult.relevantSystems ● [RelevantSAPSystems!]! non-null object
The notes and the SAP systems they are relevant for.
RelevantSAPNotesResult.calculatedNotes ● Int scalar
The total number of notes that were calculated.
RelevantSAPNotesResult.sapSystems ● Int scalar
The total number of SAP systems that were considered in the calculation.
RelevantSAPNotesResult.insertCount ● Int scalar
The total number of database inserts.
RelevantSAPNotesResult.updateCount ● Int scalar
The total number of database updates.
RelevantSAPNotesResult.computationTimeMs ● Int scalar
The calculation time in milliseconds.
Returned By
computeAndStoreRelevantSAPNotes mutation