Apollo
-
GraphQL & Apollo(with Node.js) 간단 정리Programing Study/E.T.C 2021. 3. 24. 00:16
graphql.org/ GraphQL | A query language for your API Evolve your APIwithout versions Add new fields and types to your GraphQL API without impacting existing queries. Aging fields can be deprecated and hidden from tools. By using a single evolving version, GraphQL APIs give apps continuous access to new featu graphql.org 사용 고려할때 : GraphQL은 rest API 보다 선택적으로 서버에서 보내는 값을 조합해서 클라이언트로 전송 할때 효율적으로 사용할..