GraphQL: Compliance Framework Templates API

Overview

Implement GraphQL API endpoints for compliance framework templates.

Scope

  • New mutation: createComplianceFrameworkFromTemplate accepting:
    • templateId (required)
    • name (optional override)
    • description (optional override)
    • color (optional override)
    • namespacePath (required)
  • New query: complianceFrameworkTemplates - list all available framework templates
  • New query: complianceFrameworkTemplate(id) - fetch specific template data for drawer/preview

Implementation Details

Refer to the technical implementation plan in #534615 (closed) for detailed specifications.

Edited by 🤖 GitLab Bot 🤖