CreateOrUpdateScaFindingPayload
Autogenerated return type of CreateOrUpdateScaFinding
type CreateOrUpdateScaFindingPayload {
clientMutationId: String
issue: IssueInterface!
}
Fields
CreateOrUpdateScaFindingPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateOrUpdateScaFindingPayload.issue
● IssueInterface!
non-null interface
Returned By
createOrUpdateScaFinding
mutation