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.