TypeGraphQL API utilities
Install
npm i @isoftdata/utility-typegraphql-api
Breaking change in version 2: ESM style exports
This project contains various utility modules, useful for sharing node code between API projects that have the opinion of using TypeGraphQL (and sometimes TypeORM). That said, TypeGraphQL (and GraphQL/Apollo in general) are generally included as peer dependencies only, so you may be able to get away with using just some parts of this library. However, if this ends up being a problem, sub-modules with different dependencies could be forked off.
Requirement to build
create a .env file with a PRIVATE_KEY = {Some string of characters}
Version history
v4
Breaking: supported apollo 5 and graphql 16 and more modern dependencies
v3
Breaking: supported mysql2 via utility-db wrappers