GuoMonth commented on issue #10346:
URL: https://github.com/apache/apisix/issues/10346#issuecomment-1780380154

   > If you want to use `content-type: application/graphql` then you would just 
put the query in the data, for example:
   > 
   > ```shell
   > curl -H 'content-type: application/graphql' -X POST 
http://xxx.xxx.xxx.xxx/graphql -d '
   > query getRepo { 
   >     owner {
   >         name
   >     }
   >     repo {
   >         created
   >     }
   > }'
   > ```
   
   see Test Case 4, will get 400


-- 
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