PR
Calendar
// データベースを検索する
// 全件取得する
appDelegate. appSyncClient
fetch
(query: ListTmgpsCoursesQuery
(circuitID: nil
,
filter: nil
,
limit: nil
,
nextToken: nil
,
sortDirection: sort)) {(result, error) in
〜省略〜
}
GraphQLの並走はやめよう 2020.10.29
DynamoDB から特定のパーティションキーの… 2020.10.29
amplify push 時のエラー 2020.10.27