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 | 29 | 30 | 31 |
Tags
- 리액트 아토믹
- 타입스크립트
- angular lazy loading
- TypeScript
- stroybook
- graphql
- 타입 스크립트
- angular trackby
- 타입스크립트 매뉴얼
- 앵귤러 최적화
- typescript 튜토리얼
- angular optimization
- angular 최적화
- 리액트 스토리북
- 타입스크립트 기초
- 타입스크립트 tutorial
- react storybook
- 리액트 구조
- graphql 설명서
- 리액트 환경설정
- react atomic
- graphql 개념
- typescript 정독
- typescript 기초
- 리액트 셋팅
- react setting
- 타입스크립트 튜토리얼
- 프론트
- typescript-react-nextjs
- typescript manual
Archives
- Today
- Total
목록graphql 설명 (1)
valleycho

GraphQL이란? GraphQL 은 페이스북에서 만든 어플리케이션 레이어 쿼리 언어입니다. 기존의 웹 혹은 모바일 어플리케이션의 API 를 구현 할 때는, 통상적으로 REST API 가 사용됩니다. 기존의 REST API 를 사용하여 API 를 구현을 한다면, 우리가 클라이언트사이드에서 어떠한 기능이 필요 할 때마다 그때 그때 새로운 API를 만들어주었어야했습니다. GraphQL: A query language for APIs. GraphQL provides a complete description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easie..
graphql(그래프 큐엘)
2020. 10. 11. 23:24