GraphQL - CI/CD用語集の定義
GraphQLは型付きスキーマを公開し、クライアントが必要なフィールドだけを1つのクエリで正確に要求できるようにします。over-fetchingを減らしますが、キャッシュとrate-limitingの複雑さをサーバー側へ移します。
関連ガイド
REST - CI/CD Glossary DefinitionREST is an architectural style for web APIs that models resources as URLs and uses HTTP verbs and status code…
RPC - CI/CD Glossary DefinitionRPC makes a call to a remote service look like a local function call, hiding the network behind a generated s…
Content Negotiation - CI/CD Glossary DefinitionContent negotiation is how client and server agree on response format via Accept headers - choosing JSON vs X…