kayx23 commented on issue #10346: URL: https://github.com/apache/apisix/issues/10346#issuecomment-1780379229
If you want to use `content-type: application/graphql` then 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 } }' ``` -- 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]
