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 |
Tags
- useState
- SSR
- HTML
- bitcoin
- evm
- graphQL
- Props
- CLASS
- error
- concept
- built in object
- JavaScript
- node.js
- CSS
- tailwindcss
- Redux
- 기준
- web
- blockchain
- nextJS
- typeScript
- express.js
- middleware
- solidity
- Ethereum
- hardhat
- Interface
- API
- REACT
- 삶
Archives
- Today
- Total
목록Normalization (1)
ReasonJun
GraphQL : Normalization
In GraphQL, normalization refers to the process of storing data in a way that minimizes redundancy. This can be done by storing related data in separate tables or documents, or by using a normalized data structure such as a graph. There are two main types of normalization in GraphQL: Data normalization is the process of storing data in a way that minimizes redundancy. This can be done by storing..
Backend/GraphQL
2023. 9. 6. 00:37