Yilialinn opened a new pull request, #13295:
URL: https://github.com/apache/apisix/pull/13295

   ## Summary
   
   - **body-transformer**: Fix `response.input_format` valid values — the 
attribute previously listed only `["xml","json"]` but the Lua schema supports 
the same 6 values as `request.input_format`: `xml`, `json`, `encoded`, `args`, 
`plain`, `multipart`. Add two new examples: _Transform Response Body Based on 
Consumer Identity_ and _Transform Nested Response Body Based on Consumer 
Identity_.
   - **degraphql**: Overhaul outdated doc — add canonical link, update 
description and frontmatter, improve attributes table (add `Valid values` 
column, fix `variables` type to `array[string]`), replace old "Start GraphQL 
server" / "Enable Plugin" examples with cleaner _Transform a Basic Query_ and 
_Transform a Query with Variables_ examples using the public Pokemon GraphQL 
API, remove "Delete Plugin" section, add `admin_key` note block.
   - Update Chinese translations for both plugins (`docs/zh/latest/plugins/`).
   
   ## Related
   
   - Fixes `response.input_format` valid values (reported in api7/docs PR #1548)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to