GraphQL2 GraphQL] 외부 API로 데이터 받아오기 https://yts.mx/api/v2/list_movies.json API Documentation - YTS YIFY Official YTS YIFY API documentation. YTS offers free API - an easy way to access the YIFY movies details. yts.mx REST API를 GraphQL API로 포장했다. index.js // 영화 Api 활용 const {GraphQLServer} = require('graphql-yoga'); const fetch = require('node-fetch'); const API_URL = "https://yts.am/api/v2/list_movies.json" const getMovies = (limi.. 2020. 2. 23. GraphQL] 기본 개념 GraphQL : Query Language GraphQL: A query language for APIs. GraphQL provides a complete description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools. graphql.org GraphQL 개념잡기 GraphQL은 페이스북에서 만든 쿼리 언어입니다. GrpahQL은 요즘 개발자들 사이에서 자주 입에 오르내리고 있으나, 2019년 7월 기준으로 얼리스테이지(ea.. 2020. 2. 22. 이전 1 다음