* Update azimuth watcher with fix for historical processing sync status
* Upgrade packages in all watchers
* Upgrade package versions to 0.2.76
* Update watcher version to 0.1.2
* Use apollo federation router to proxy gql queries to multiple watchers
* Use graphql stitch to proxy requests to all watchers
* Load watcher endpoints and prefixes from json
* Transpile typescript and setup lint
* Change conflicting metrics ports
* Add comments
* Generate LinearStarRelease watcher with array types DB caching
* Generate Polls watcher with array types DB caching
* Generate ConditionalStarRelease watcher with array types DB caching
* Generate Azimuth watcher with array types DB caching
* Generate Censures watcher with array types DB caching
* Fix array type in entity files for LinearStarRelease and Polls watchers
* Remove methods from imported contracts that are not inherited in ConditionalStarRelease
* Remove methods from imported contracts that are not inherited in Censures
* Remove methods from imported contracts that are not inherited in Claims
* Remove methods from imported contracts that are not inherited in LinearStarRelease
* Code refactor changes in Polls watcher from codegen
* Remove methods from imported contracts that are not inherited in DelegatedSending
* Remove methods from imported contracts that are not inherited in Ecliptic
* Add APGL license
* Set up pre-commit lint using husky
* Use husky version compliant with watcher-ts
* Tested azimuth-watcher with basic array support
* Tested censures-watcher with basic array support
* Tested claims-watcher with basic array support
* Tested conditional-star-release-watcher with basic array support
* Tested linear-star-release-watcher with basic array support
* Tested polls-watcher with basic array support
* Tested ecliptic-watcher with basic array support
* delegated-sending-watcher with basic array support
* Update watcher readme with unsupported queries
* Temporarily disable pre-commit lint
---------
Co-authored-by: Dhruv Srivastava <dhruvdhs.ds@gmail.com>