Chever-John edited a comment on issue #6266:
URL: https://github.com/apache/apisix/issues/6266#issuecomment-1034477830


   In fact, these are the two new features (support 'json' & 'GET') that we're 
going to release next.
   As for the launch time, I personally expect it to be completed within a week.
    @pcyan 
   
   
   > @Chever-John May I also suggest that the `parse_graphql` function should 
handle the case of GET requests? 
https://graphql.org/learn/serving-over-http/#get-request Currently an error 
message is returned regardless of HTTP method used.
   > 
   > ```
   > local body, err = request.get_body(max_size, ctx)
   > if not body then
   >     return nil, "failed to read graphql body: " .. (err or "request body 
has zero size")
   > end
   > ```
   
   


-- 
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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to