mutation ($id: ID!) { deleteLibraryEntry(input: {id: $id}) { libraryEntry { id } } }