Create GraphQL mutations to create, update, delete requirements
Description
- Create GraphQL API for creating/updating/deleting requirements
- We also need to input a json for the
expressionjsonb column.
Old description
Description
- Update the existing
createComplianceFrameworkandupdateComplianceFrameworkmutations to handle the newrequirementscolumn. - Ensure that only valid JSON is allowed to be entered. We might need to pass the JSON to a schema validator for checking this.
- Update
ComplianceFrameworkTypeto also return therequirementscolumn.
Edited by Huzaifa Iftikhar