You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the feature 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.
Search before asking
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?
Code of Conduct
The text was updated successfully, but these errors were encountered: