Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
Tags
- CSS
- pug
- Session
- express
- Flutter
- frontend
- API
- Component
- JavaScript
- node.js
- nodejs
- GRID
- ES6
- backend
- clonecoding
- ECMAScript
- MongoDB
- react
- NextJs
- form
- HTML
- DART
- graphQL
- TypeScript
- CLONE
- Mongoose
- heroku
- javscript
- 자바스크립트
- 리액트
Archives
- Today
- Total
목록NestJS (1)
Enjoy Programming
[Backend] Nestjs - Graphql APi
최근 회사에서 인력이 부족해서 백엔드 api까지 만들고 프론트 작업까지 진행중이다. 현재는 복잡한건 안하고 호출해서 가져오도록 api를 만드는게 다이긴 하지만... 아무튼 그렇다.. @async_timer async getIssueNewsList( input: GetIssueNewsListInputDto, ): Promise { const fName = this.getIssueNewsList.name; this.larchiveLoggerService.customLog( { fName, vName: 'GetIssueNewsListInputDto', message: input, }, fName, ); try { const uri = this.dataSwaggerUrl + '/news/aggregated-ne..
JavaScript/Node.JS
2023. 4. 18. 22:41