2021-10-05から1日間の記事一覧

GraphQL

https://ja.wikipedia.org/wiki/GraphQL GraphQLはWebAPIなど取得するデータを指定するためのクエリ言語。 【クエリ】 { tomorrow { weather rainyPercent } }【結果】 { "tomorrow": { "weather": "cloudy", "rainyPercent": 30 } }