From f054b1cf44e55db34c02ca4086e557a7255e429b Mon Sep 17 00:00:00 2001 From: Yilia Lin Date: Tue, 11 Aug 2026 17:27:31 +0800 Subject: [PATCH] Update the Apache APISIX service entry --- src/code/services/apisix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/code/services/apisix.md b/src/code/services/apisix.md index 71103694d0..98294b3094 100644 --- a/src/code/services/apisix.md +++ b/src/code/services/apisix.md @@ -1,6 +1,6 @@ --- name: Apache APISIX -description: Apache APISIX is a dynamic, real-time, high-performance API gateway providing rich traffic management features such as load balancing, dynamic upstream, canary release, observability, etc. As a cloud-native API gateway, Apache APISIX already can support GraphQL syntax at the beginning of its design. Efficiently matching GraphQL statements carried in requests can filter out abnormal traffic to further ensure security. For more information, please visit [How to Use GraphQL with API Gateway Apache APISIX](https://apisix.apache.org/blog/2022/03/02/apisix-integration-graphql-plugin/) +description: Apache APISIX is an open-source API gateway with plugins for GraphQL traffic. [graphql-limit-count](https://apisix.apache.org/docs/apisix/plugins/graphql-limit-count/) applies fixed-window rate limits using GraphQL query AST depth as the request cost. [graphql-proxy-cache](https://apisix.apache.org/docs/apisix/plugins/graphql-proxy-cache/) caches GraphQL query responses on disk or in memory and bypasses mutation operations. [degraphql](https://apisix.apache.org/docs/apisix/plugins/degraphql/) maps regular HTTP requests to configured GraphQL queries. url: https://apisix.apache.org/ github: apache/apisix tags: