bfmatei / apollo-prometheus-exporter

Plugin for Apollo Server to export metrics in Prometheus format
MIT License
55 stars 29 forks source link

chore: upgrade typescript and apollo deps #41

Closed noisyscanner closed 1 month ago

noisyscanner commented 2 years ago

Problem

This fails when using latest typescript (4.8.4) due to the below error Type 'C' does not satisfy the constraint 'BaseContext'

image

Solution