OBJECT

AddEvidenceResult

Add Evidence Result Type

link GraphQL Schema definition

1type AddEvidenceResult {
2
3# Ids of the added Evidence.
4addedEvidence: [String]
5
6# Warnings generated during the operation.
7warnings: [String]
8
9}