개발/프론트엔드19 1. What is GraphQL § This post is written for personal study purposes § § This post may include contents from Learning GraphQL : Declarative Data Fetching for Modern Web Apps § What is GraphQL GraphQL is a query language for APIs. It is typically served over HTTP. GraphQL queries ask for only the things they need and the server returns those queried rather than returning fields that are programmed. Typically with .. 2019. 12. 26. 이전 1 2 3 4 다음