fuuz-graphql

Write GraphQL queries and mutations for Fuuz model-driven APIs.

Updated Jun 7, 2026
One-click install
npx skills add https://github.com/Fuuz-Platform/llm-skills --skill fuuz-graphql
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fuuz-graphql
Source: https://github.com/Fuuz-Platform/llm-skills/tree/main/fuuz-graphql
Command: npx skills add https://github.com/Fuuz-Platform/llm-skills --skill fuuz-graphql

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the guesswork from working with the Fuuz/MFGx GraphQL API by helping you generate valid queries and mutations that match the platform's auto-generated schema.

Core Features & Use Cases

  • Schema-Aligned Queries: Build connection-based queries for models with the correct field names, filters, ordering, and pagination arguments.
  • Batch Mutations: Create, update, delete, and upsert records using the platform's array-based payload format and transaction-safe patterns.
  • Filtering and Analytics: Apply rich predicates, relation filters, and inline aggregations for reporting, search, and record discovery.
  • Use Case: If you need to retrieve open work orders, sort them by priority, and include related customer data, this Skill helps you compose the correct GraphQL request structure quickly.

Quick Start

Use the fuuz-graphql skill to draft a Fuuz GraphQL query or mutation for the model and data operation you need, including filters, pagination, ordering, relations, or aggregation.

Frequently Asked Questions about fuuz-graphql

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

FAQPage Schema
How do I write GraphQL queries for Fuuz model-driven APIs?

To write GraphQL queries for Fuuz model-driven APIs, match the auto-generated schema using correct field names, filters, ordering, and cursor-based pagination arguments for valid data retrieval.

What is the best way to create batch mutations in a Fuuz GraphQL API?

Batch mutations in a Fuuz GraphQL API use an array-based payload format to create, update, delete, or upsert records. This approach follows transaction-safe patterns to ensure data integrity during operations.

How does filtering and aggregation work in MFGx platform GraphQL queries?

Filtering and aggregation in MFGx platform GraphQL queries work by applying rich predicates, relation filters, and inline aggregations within connection-based queries to enable record discovery and reporting.

Can I use relation predicates and cursor-based pagination with Fuuz platform models?

Yes, you can use relation predicates and cursor-based pagination with Fuuz platform models. Schema-aware operations support relation filters and connection conventions for traversing related data.

Does the Fuuz GraphQL API support transaction-safe upsert operations?

Yes, the Fuuz GraphQL API supports transaction-safe upsert operations. You can generate batch mutations that include upsert payloads, ensuring records are created or updated safely within a single transaction.