/
githubmirror
/
nest
Обзор
Документация
Войти
/
githubmirror
/
nest
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
integration/graphql-schema-first/src/config.module.ts
8 строк
192 B
Kamil Myśliwiec
sample(): update sample to use code-first graphql
29 фев 2020, 15:21
Не верифицирован
29 фев 2020, 15:21
d2d394f
Код
Авторство
О чём код?
import { Module } from '@nestjs/common'; import { ConfigService } from './config.service'; @Module({ providers: [ConfigService], exports: [ConfigService], }) export class ConfigModule {}