# Syn GRAPHQL Dataloader

> Operate, configure, troubleshoot, and manage GraphQL. Use for GraphQL engineering tasks, day-to-day operations, and production support.

- Skill: `legendtkl/syn-graphql-dataloader` (Agent Skill)
- Install (CLI): `npx skillmds@latest add legendtkl/syn-graphql-dataloader`
- Raw SKILL.md: https://api.skillmd.com/api/skills/legendtkl/syn-graphql-dataloader/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: legendtkl (https://skillmd.com/u/legendtkl)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/legendtkl/syn-graphql-dataloader

---


# GraphQL: the N+1 problem and batching

## When to use

Use this skill for the N+1 problem and batching in GraphQL. This skill
specifically handles the N+1 problem and batching and nothing else in the
GraphQL family.

## Procedure

Introduce DataLoader to batch and cache per-request field fetches and eliminate N+1 database round-trips.

## Notes

This is the GraphQL skill dedicated to the N+1 problem and batching.
Sibling skills cover other GraphQL capabilities; this one
is the right choice only when the task is about the N+1 problem and batching.

