davidzollo opened a new issue, #8557:
URL: https://github.com/apache/seatunnel/issues/8557

   ### Search before asking
   
   - [x] I had searched in the 
[feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22)
 and found no similar feature requirement.
   
   
   ### Description
   
   GraphQL is becoming increasingly popular, but currently, SeaTunnel does not 
have a GraphQL connector. 
   You are welcome to implement a corresponding connector, and you can refer to 
the `seatunnel-connectors-v2/connector-http`, which is typically used for 
interacting with RESTful APIs, but you can extend it to support GraphQL 
requests. GraphQL requests are similar to REST, usually sent via a POST method 
with a JSON request body containing the query. You can add GraphQL-specific 
request construction and response parsing logic based on the HTTP connector.
   
   
   
   
   
   
   
   
   
   ### Usage Scenario
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscr...@seatunnel.apache.org.apache.org

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

Reply via email to