GraphQL APIs Notes

GraphQL APIs

 

 

have a rich query language that you use in your front end to send through requests to the backend which is then parsed on the back end  and dynamically retrieves just the data you need.

 

 

 

npm install --save graphql express-graphql

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章