build-query
Generate precise GraphQL query strings tailored to specific types, including customizable fields, filters, and result limits, simplifying data retrieval for your projects.
Instructions
Build a simple GraphQL query string for a specific type
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Fields to include in the query | |
| filter | No | Optional filter criteria (structure depends on schema) | |
| limit | No | Optional limit for the number of results (must be positive integer) | |
| typeName | Yes | The name of the GraphQL type to query |