What problem does it solve?
This Skill solves the problem of manually writing and executing GraphQL queries, providing an intuitive UI and editor to build and execute queries with ease.
Core Features & Use Cases
- Schema File Importer: Load and parse GraphQL schema files for easy query building.
- Visual Query Builder UI: Visually select operations and fields from your schema to construct queries.
- Field-Level Arguments: Add and configure arguments for operations and individual fields.
- Variable Generation: Automatically generate variables based on selected arguments.
- Query Execution: Execute GraphQL queries with full variable support.
- Mutations: Perform GraphQL mutations with variable support.
- Subscriptions: Real-time subscription event tracking.
- Response Visualization: Render formatted responses with error highlighting.
- Integration with voiden-rest-api: Utilizes the REST API extension for URL handling and request execution.
Quick Start
To build a GraphQL query, use the /gqlquery slash command and then select your schema or write the query manually.