nl-query
Convert natural language descriptions into precise GraphQL queries with this AI-powered tool, streamlining data retrieval for product teams.
Instructions
Generate a GraphQL query from a natural language description
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | Yes | Natural language description of what you want to query |
Input Schema (JSON Schema)
{
"properties": {
"description": {
"description": "Natural language description of what you want to query",
"type": "string"
}
},
"required": [
"description"
],
"type": "object"
}