250x250
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
- Props
- typeScript
- built in object
- HTML
- error
- API
- graphQL
- CSS
- bitcoin
- tailwindcss
- 기준
- node.js
- 삶
- CLASS
- Interface
- Ethereum
- JavaScript
- express.js
- concept
- REACT
- blockchain
- middleware
- evm
- SSR
- web
- solidity
- Redux
- hardhat
- useState
- nextJS
Archives
- Today
- Total
목록REST APIs (1)
ReasonJun

GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. It is a declarative language, which means that you describe what data you want, not how to get it. This makes it more efficient and flexible than traditional REST APIs. GraphQL is organized in terms of types and fields, not endpoints. This means that you can ask for exactly the data you need,..
Backend/GraphQL
2023. 9. 4. 22:25