Lyrical-GraphQL
Lyrical-GraphQL copied to clipboard
Fix bug: Deleting record by ID
This PR addresses the below issue:
Bug fix: Deleting a record by its ID
- A bug was identified in the record deletion functionality where records could not be properly deleted by their ID.
- I've implemented a fix to correctly delete records based on their ID, ensuring that the correct record is removed from the list.