generate_graphql_query
Converts natural language descriptions into valid GraphQL queries. Provide a query in plain English to get a ready-to-use GraphQL query.
Instructions
Generate a GraphQL query from natural language description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language description of the desired GraphQL query | |
| history_id | No | Optional history ID to associate with this query |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |