Skip to content

Instantly share code, notes, and snippets.

@rysk92
Last active October 1, 2021 05:33
Show Gist options
  • Save rysk92/52aa8fb077c7d63c54d0ee8f216d2792 to your computer and use it in GitHub Desktop.
Save rysk92/52aa8fb077c7d63c54d0ee8f216d2792 to your computer and use it in GitHub Desktop.
python-graphql-01
項目 スキーマファースト コードファースト
公開時期 2016年~ 2018年~
スキーマ定義とリゾルバーが分離するか 分離する 分離しない
GraphQLスキーマをモジュール化できるか しにくい しやすい
GraphQLスキーマ定義の再利用 しにくい しやすい
IDEのサポート 受けにくい 受けやすい
サーバー開発とクライアント開発の順序 並行して着手できる サーバー開発から着手
大規模なスキーマの継続開発 しにくい しやすい
スキーマ定義の把握しやすさ SDLを読むことで把握しやすい コードにはリゾルバも含まれるため把握しづらい
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment