Gql banner
alkem-io alkem-io

Gql

Data community

Description

--- description: Execute a GraphQL query or mutation against the Alkemio API using the pipeline session token arguments: - name: query description: "The GraphQL query or mutation to execute (e.g., 'query { me { user { id } } }')" required: true --- Execute a GraphQL request against the Alkemio server's non-interactive API endpoint. ## Prerequisites A valid session token must exist at `.claude/pipeline/.session-token`. If not, run `/non-interactive-login` first. ## Execution steps

Installation

Installs to ~/.claude/commands/alkem-io-server-gql.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/alkem-io/server/HEAD/.claude/commands/gql.md -o ~/.claude/commands/alkem-io-server-gql.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository