Skip to content

Instantly share code, notes, and snippets.

View lpessoa's full-sized avatar
🦄
works on my machine

Luis Filipe Pessoa lpessoa

🦄
works on my machine
View GitHub Profile
/* eslint-disable no-console */
import { NestFactory } from '@nestjs/core';
import {
GraphQLSchemaBuilderModule,
GraphQLSchemaFactory,
} from '@nestjs/graphql';
import { printSchema } from 'graphql';
import fs from 'fs/promises';
import f from 'fs';
import path from 'path';