1 2 3 4 5
mutation DeleteProject($id: String!) { deleteProject(input: { id: $id, isVendorSecretsDelete: true }) { id } }