GRAPHQL

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

enthrium 1872eb9 3 files · 1.5 KB Updated

File contents

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

enthrium/open-enthrium-ai-agent-runtime/tree/main/server/cli/skills/graphql commit 1872eb9b4d

Frequently asked questions

npx skillmds@latest add enthrium/graphql