Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marocchino/graphql-server-studies

Sample code for in-house studies
https://github.com/marocchino/graphql-server-studies

Last synced: 24 days ago
JSON representation

Sample code for in-house studies

Awesome Lists containing this project

README

        

# GraphQL サーバーの勉強

このリポジトリには、新しい GraphQL サーバーを構築する際に考慮すべき所のサンプル
コードが含まれています。

次の順番を進もうと思ってます。
- サーバー フレームワークの選択と、それを選択した理由の文書化
- DB、test、lint、editor の設定ガイドを含む初期設定
- クエリの作成
- ミューテーションの作成
- 認証
- N+1 の問題への対処
- コンテキスト参照
- レガシーなページング
- サブスクリプション
- defer
- 未定