graphile-contrib/postgraphile-plugin-connection-filter

Adding index.d.ts types

leo91000 opened this issue · 3 comments

Is it possible to add a simple index.d.ts to the project with this simple following declaration ?

const PostGraphileConnectionFilterPlugin: import("graphile-build").Plugin;
export default PostGraphileConnectionFilterPlugin

I can do a pull request if you want.

Hi! I think this is still not resolved, just updated the plugin to version 2.1.0, but it's missing index.d.ts in node_modules.

image

@PizzaPartyInc, yes... I saw the same issue when this ticket came out, for some reason it didn't make it into the version that was released on NPM, I have just been manually supplying the file till @mattbretl has a chance to release it.

🤦‍♂️ Sorry about that! Fixed in 2.1.1.