voiden-graphql

Build and execute GraphQL queries and mutations via a visual UI.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/VoidenHQ/core-plugins --skill voiden-graphql
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voiden-graphql
Source: https://github.com/VoidenHQ/core-plugins/tree/main/src/voiden-graphql
Command: npx skills add https://github.com/VoidenHQ/core-plugins --skill voiden-graphql

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires voiden-rest-api, and includes scripts (resource) and references (resource) components.

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.

Frequently Asked Questions about voiden-graphql

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build and execute GraphQL queries without writing code manually?

You can build and execute GraphQL queries visually by importing a schema file, selecting operations and fields, and configuring arguments through an intuitive UI editor. Variables are generated automatically based on your selected arguments.

Does this GraphQL query builder support real-time subscriptions?

Yes, real-time subscription event tracking is fully supported. You can establish GraphQL subscriptions through the editor to receive and visualize live data updates as they occur from your API endpoint.

Do I need a REST API extension to run GraphQL queries?

Yes, integration with the voiden-rest-api extension is required. It handles the underlying URL configuration and request execution needed to send your constructed GraphQL queries, mutations, and subscriptions to the server.

How can I visualize GraphQL API responses and errors?

GraphQL responses are rendered as formatted output within the interface. The visualization includes specific error highlighting, allowing you to quickly identify and troubleshoot issues returned from your query or mutation execution.