gqlxp

Explore GraphQL schema types, fields, and relationships via an interactive CLI.

2|Updated Sep 23, 2025
One-click install
npx skills add https://github.com/tonysyu/gqlxp --skill gqlxp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gqlxp
Source: https://github.com/tonysyu/gqlxp/tree/main/.claude/skills/gqlxp
Command: npx skills add https://github.com/tonysyu/gqlxp --skill gqlxp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GraphQL schema exploration can be tedious; gqlxp provides an interactive CLI to inspect kinds, types, fields, and schema relationships, speeding discovery and query construction.

Core Features & Use Cases

  • Interactive exploration of GraphQL kinds (Query, Mutation, Object, Input, Enum, Scalar, Interface, Union, etc.) with on-demand details
  • Schema switching within a session and context-aware commands to guide query generation and validation
  • Quick scaffolding and guidance for building and testing queries against a selected schema

Quick Start

Use gqlxp to list available schemas and begin exploring the selected one.

Frequently Asked Questions about gqlxp

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

FAQPage Schema
How do I explore a GraphQL schema using a CLI?

To explore a GraphQL schema using a CLI, you can use an interactive tool to navigate types, fields, and relationships, speeding up discovery and query construction. It provides on-demand details for various schema kinds.

Can I switch between multiple GraphQL schemas in one session?

Yes, you can switch between multiple GraphQL schemas within a single session. The tool maintains session memory and provides context-aware commands to guide query generation and validation for the selected schema.

What GraphQL types can I inspect during schema exploration?

During schema exploration, you can inspect GraphQL kinds including Query, Mutation, Object, Input, Enum, Scalar, Interface, and Union. The tool provides on-demand details for each type to help you understand schema structure.

How do I generate sample queries from a GraphQL schema?

You can generate sample queries by exploring the selected schema and using the provided command guidance. The tool offers quick scaffolding to help you build and test queries against the active schema structure.

Do I need any dependencies to start exploring GraphQL schemas interactively?

No external dependencies are required to start exploring GraphQL schemas interactively. The tool operates independently, allowing you to list available schemas and begin inspecting fields and relationships immediately.

What is the best way to search for specific fields in a GraphQL schema?

The best way to search for specific fields in a GraphQL schema is using an interactive CLI with context-aware commands. It allows you to search fields and view type details efficiently, reducing the tedium of manual inspection.