UNPKG
@wundergraph/apollo-to-cosmo-metrics
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0
An apollo gateway plugin that exports schema usage metrics to cosmo
@wundergraph/apollo-to-cosmo-metrics
/
dist
/
index.d.ts
4 lines
(3 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
export
{ cosmoReportPlugin }
from
'./plugin/exporter.js'
;
export
{
CosmoClient
}
from
'./plugin/cosmo-client.js'
;
export
type
{
Context
}
from
'./plugin/exporter.js'
;