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