graphile/pg-aggregates

graphile-build:warn TypeError: getComputedColumnDetails is not a function

fd008 opened this issue · 1 comments

fd008 commented

`

Dependencies

"postgraphile": "^4.5.5",
"postgraphile-plugin-connection-filter": "^1.1.3",
"@graphile/pg-aggregates": "^0.1.0"

###Error
When running node app.js, I get the following error

graphile | at GraphQLInputObjectType.getFields (/app/node_modules/graphql/type/definition.js:1017:27)
graphile | at Object.newWithHooks (/app/node_modules/postgraphile-core/node_modules/graphile-build/node8plus/makeNewBuild.js:702:36)
graphile | at /app/node_modules/@graphile/pg-aggregates/dist/AddHavingAggregateTypesPlugin.js:173:31
graphile | at Array.reduce ()
graphile | Recoverable error occurred:
graphile | 2021-04-23T18:59:15.472Z graphile-build:warn TypeError: getComputedColumnDetails is not a function
graphile | at /app/node_modules/@graphile/pg-aggregates/dist/AddHavingAggregateTypesPlugin.js:209:55
graphile | at Array.reduce ()
graphile | at fields (/app/node_modules/@graphile/pg-aggregates/dist/AddHavingAggregateTypesPlugin.js:199:90)
graphile | at fields (/app/node_modules/postgraphile-core/node_modules/graphile-build/node8plus/makeNewBuild.js:563:27)
graphile | at resolveThunk (/app/node_modules/graphql/type/definition.js:438:40)
graphile | at defineInputFieldMap (/app/node_modules/graphql/type/definition.js:1056:18)

Screenshot_20210423_201702