UNPKG
@cmosh/pg-aggregates
Version:
latest (0.0.2)
0.0.2
0.0.1
Aggregates support for PostGraphile
github.com/graphile/pg-aggregates
cmosh/pg-aggregates
@cmosh/pg-aggregates
/
dist
/
AddAggregatesPlugin.d.ts
4 lines
(3 loc)
•
120 B
TypeScript
View Raw
1
2
3
4
import
{
Plugin
}
from
"graphile-build"
;
declare
const
AddAggregatesPlugin
:
Plugin
;
export
default
AddAggregatesPlugin
;