buildSchema function to setup my GraphQL server using NestJS. But it keep returning null | undefined so I can't retrieve schema object from the result using destructuring. drizzle(postgresClient) in DatabaseModule and then inject the drizzle instance to GraphQLModule using useFactory
