GraphQL
#API #React
GraphQL入門 (AWS AppSync)
https://www.slideshare.net/AmazonWebServicesJapan/graphql-aws-appsync
クライアントがレスポンスデータ指定
リソースに型付可能
リクエスト
Qurery
Mutation
Subscription
ユースケース
リアルタイム同期が必要な処理
ドキュメントの共同編集
チャット
#Appsync
Action
GraphQLからSubscriberへの通知
Resolver
リクエスト、レスポンスの処理を記述
データソース
lambda
lambdaから他のAPIを叩くことが可能
マッピングテンプレート
データソースとのマッピング
Discovering GraphQL endpoints and SQLi vulnerabilities
ライブラリ
Apollo
キャッシュ
https://www.apollographql.com/docs/react/advanced/caching#readquery
https://www.apollographql.com/docs/react/essentials/queries#props
https://www.apollographql.com/docs/react/advanced/caching#automatic-updates
オプション
https://www.apollographql.com/docs/react/api/apollo-client
Queries | Apollo Client
react query
http,json
rest やgraphqlのapiを叩きやすいみたい。
https://react-query.tanstack.com/docs/overview
Relay
Relay · A JavaScript framework for building data-driven React applications
GraphQL
facebook製