CreateOrUpdateDastFindingPayload
Autogenerated return type of CreateOrUpdateDastFinding.
type CreateOrUpdateDastFindingPayload {
clientMutationId: String
issue: DastFinding!
}
Fields
CreateOrUpdateDastFindingPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateOrUpdateDastFindingPayload.issue ● DastFinding! non-null object
Returned By
createOrUpdateDastFinding mutation