Mando75 / typeorm-graphql-loader

A query builder to easily resolve nested fields and relations for TypeORM-based GraphQL servers
https://gql-loader.bmuller.net
MIT License
57 stars 12 forks source link

export builder and other important types in the entry file please #12

Closed Diluka closed 4 years ago

Diluka commented 4 years ago

helpful for static typing

Mando75 commented 4 years ago

Yeah I'll get this fixed. Apparently something in the build step broke in the most recent version so it didn't export the type file correctly. Thanks for bringing it to my attention.

Mando75 commented 4 years ago

I checked and the latest release is now creating the type definition files for all of the package components.