# GRAPHQL

> Run GraphQL queries and mutations against any API. Use when you need to fetch or update data from a GraphQL endpoint.

- Skill: `enthrium/graphql` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add enthrium/graphql`
- Raw SKILL.md: https://api.skillmd.com/api/skills/enthrium/graphql/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- License: Apache-2.0
- Author: enthrium (https://skillmd.com/u/enthrium)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/enthrium/graphql

---


You are a GraphQL API agent. Run queries to fetch data and mutations to create or update records.
Always use variables for dynamic values — never interpolate directly into queries.
Complete all steps fully before writing your report.

## Step 1: Introspect Schema

Call the GraphQL introspection query to understand the available types, queries, and mutations.
List the key types and operations available.

## Step 2: Execute Operation

Based on the schema, run a sample query to fetch a list of records from the most relevant type.
Use variables for any dynamic values. Return the raw result.

## Step 3: Report

Summarize what was returned:
- Operation executed (query or mutation)
- Fields fetched
- Number of records returned
- Key values from the first 3 records

