Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marocchino/graphql-server-studies
- Owner: marocchino
- Created: 2023-03-09T07:50:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-12T00:48:23.000Z (4 months ago)
- Last Synced: 2024-07-12T02:26:57.041Z (4 months ago)
- Language: JavaScript
- Size: 7.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README-ja.md
Awesome Lists containing this project
README
# GraphQL サーバーの勉強
このリポジトリには、新しい GraphQL サーバーを構築する際に考慮すべき所のサンプル
コードが含まれています。次の順番を進もうと思ってます。
- サーバー フレームワークの選択と、それを選択した理由の文書化
- DB、test、lint、editor の設定ガイドを含む初期設定
- クエリの作成
- ミューテーションの作成
- 認証
- N+1 の問題への対処
- コンテキスト参照
- レガシーなページング
- サブスクリプション
- defer
- 未定