Skip to content

Create GraphQL mutations to create, update, delete requirements

Description

  1. Create GraphQL API for creating/updating/deleting requirements
  2. We also need to input a json for the expression jsonb column.
Old description

Description

  1. Update the existing createComplianceFramework and updateComplianceFramework mutations to handle the new requirements column.
  2. Ensure that only valid JSON is allowed to be entered. We might need to pass the JSON to a schema validator for checking this.
  3. Update ComplianceFrameworkType to also return the requirements column.
Edited by Huzaifa Iftikhar