sKawashima / playground

0 stars 0 forks source link

graphqlを学ぶ #2

Closed sKawashima closed 4 years ago

sKawashima commented 4 years ago

やります

sKawashima commented 4 years ago

↑で基本は触ってみた

とりあえず読んで見るリスト

sKawashima commented 4 years ago

Apolloは使いたいな あとcodegen

sKawashima commented 4 years ago

fm

sKawashima commented 4 years ago

Micro + Apollo Server + Node.js(TypeScript)でGraphQL APIサーバーをお手軽構築 - Qiita

これだこれ graphql-import

sKawashima commented 4 years ago

明日いじってみよ microかな? https://github.com/zeit/micro 思想めっちゃ好き、採用

https://qiita.com/yasuhiro-yamada/items/360a82da34993cd772e3 これ軸にしてみよう

sKawashima commented 4 years ago

DBとの接続周りが情報皆無だな

sKawashima commented 4 years ago

DBはAWS RDSの使い方確認してからにしようかな

sKawashima commented 4 years ago

micro、tsをjsにコンパイルしてから 専用コマンドから(node ではなく)で起動する思想はいただけないかも

sKawashima commented 4 years ago

基礎はExpress+Apolloで良さそう? graphql-importはスキーマオブジェクトを作ってくれるだけでTSサポートはしてくれないので別途調査が必要

sKawashima commented 4 years ago

prismaはORMとして非常に優秀なんだが、若干融通が効かないところも有るので間に一枚噛ませたい あと型定義を引き継げないのが辛い

sKawashima commented 4 years ago

https://rk-tech.hatenablog.jp/entry/2019/11/15/230644 これを読む

型定義問題解決しそう

sKawashima commented 4 years ago

App Sync試す https://www.slideshare.net/AmazonWebServicesJapan/graphql-aws-appsync

sKawashima commented 4 years ago

先にApp Syncを試す https://www.playfulit.net/articles/2019/04/13/versioning-appsync-with-serverless-framework/

sKawashima commented 4 years ago

serverlessは優秀だったが、AppSyncはvtl書かなきゃいけないのがなんかやだ…

sKawashima commented 4 years ago

でも二重でサーバーを建てるPrisma+Apolloより楽なのかな… https://takumon.com/aws-appsync-and-serverless-framework

sKawashima commented 4 years ago

Apollo+PrismaでGraphQLに入門する - Qiita 今こそこれが理解できるかな

sKawashima commented 4 years ago

Prisma(+Apollo)+Express で片付ける