write-script-graphql

Solid

MUST use when writing GraphQL queries.

API & Backend 16,577 stars 967 forks Updated today NOASSERTION

Install

View on GitHub

Quality Score: 79/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
50
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## CLI Commands Place scripts in a folder. After writing, tell the user they can run: - `wmill generate-metadata` - Generate .script.yaml and .lock files - `wmill sync push` - Deploy to Windmill Do NOT run these commands yourself. Instead, inform the user that they should run them. Use `wmill resource-type list --schema` to discover available resource types. # GraphQL ## Structure Write GraphQL queries or mutations. Arguments can be added as query parameters: ```graphql query GetUser($id: ID!) { user(id: $id) { id name email } } ``` ## Variables Variables are passed as script arguments and automatically bound to the query: ```graphql query SearchProducts($query: String!, $limit: Int = 10) { products(search: $query, first: $limit) { edges { node { id name price } } } } ``` ## Mutations ```graphql mutation CreateUser($input: CreateUserInput!) { createUser(input: $input) { id name createdAt } } ```

Details

Author
windmill-labs
Repository
windmill-labs/windmill
Created
4 years ago
Last Updated
today
Language
HTML
License
NOASSERTION

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

API & Backend Solid

write-script-bigquery

MUST use when writing BigQuery queries.

16,577 Updated today
windmill-labs
Data & Documents Solid

content-creator

Self-configuring content creation pipeline with geo-lint validation. On first use, scans your project to learn its framework, content schema, categories, and authors, then creates SEO & GEO-optimized content matched to your brand voice. Validates every piece with geo-lint's 92 rules until zero violations. Triggers on: "content-creator", "create content", "write blog", "new post", "content calendar", "brand voice", "content strategy".

22 Updated 2 months ago
IJONIS
Code & Development Solid

collaborating-with-gemini-cli

Delegates code review, debugging, and alternative implementation comparisons to Google Gemini CLI (`gemini`) via a JSON bridge script (default model: `gemini-3-pro-preview`). Supports headless one-shot and multi-turn sessions via `SESSION_ID`, with conservative defaults for Gemini effective-context constraints (file-scoped, `--no-full-access` by default) while allowing user override.

31 Updated 4 months ago
ZhenHuangLab
Data & Documents Solid

q-infographics

Convert documents into business stories and infographics via Gemini API. Use for turning reports, documents, or text into visual summaries or infographics.

22 Updated 2 weeks ago
TyrealQ
API & Backend Featured

cloudflare-api

Hit the Cloudflare REST API directly for operations that wrangler and MCP can't handle well. Bulk DNS, custom hostnames, email routing, cache purge, WAF rules, redirect rules, zone settings, Worker routes, D1 cross-database queries, R2 bulk operations, KV bulk read/write, Vectorize queries, Queues, and fleet-wide resource audits. Produces curl commands or scripts. Triggers: 'cloudflare api', 'bulk dns', 'custom hostname', 'email routing', 'cache purge', 'waf rule', 'd1 query', 'r2 bucket', 'kv bulk', 'vectorize query', 'audit resources', 'fleet operation'.

709 Updated 1 months ago
jezweb