Ben Woodward

Results 3 comments of Ben Woodward

I have this working without needing anything fancy ```typescript import { Injectable, Logger } from '@nestjs/common'; import { GqlOptionsFactory, GqlModuleOptions } from '@nestjs/graphql'; import { buildSchema } from 'type-graphql'; @Injectable()...

I'm not sure I follow. My current repo is at https://gitlab.benwoodward.me.uk/pokedex/backend