Skip to content

Update DAST Scanner Profile mutations to return complete profile

Dheeraj Joshi requested to merge djadmin-scanner-profile-graphql-updates into master

Related issue - #356499 (closed)

What does this MR do and why?

  • Adds dast_scanner_profile field which contains all the fields for Dast Scanner Profile
  • Deprecate id field as it can fetch with dastScannerProfile.id

This change affects both Create & Update Mutations for DAST Scanner Profile. It's done to be utilized on the frontend for apollo cache updates.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots

image

MR Acceptance

Edited by Dheeraj Joshi

Merge request reports