---
name: webiny/webiny-admin-graphql-playground-catalog
source: https://app.decimal.ai/s/webiny-webiny-admin-graphql-playground-catalog@1/SKILL.md
source_sha256: af5ceeaea393
---

# admin/graphql-playground

## How to Use

1. Find the abstraction you need below
2. You MUST read the source file to get the exact interface and types!
3. Import: `import { Name } from "<importPath>";`

## Abstractions

---

**Name:** `AuthenticatedPlaygroundClientFactory`
**Import:** `import { AuthenticatedPlaygroundClientFactory } from "webiny/admin/graphql-playground"`
**Source:** `@webiny/app-graphql-playground/features/playgroundClient/index.ts`

---

**Name:** `PlaygroundClient`
**Import:** `import { PlaygroundClient } from "webiny/admin/graphql-playground"`
**Source:** `@webiny/app-graphql-playground/features/playgroundClient/index.ts`

---

**Name:** `PlaygroundClientFactory`
**Import:** `import { PlaygroundClientFactory } from "webiny/admin/graphql-playground"`
**Source:** `@webiny/app-graphql-playground/features/playgroundClient/index.ts`

---

**Name:** `PlaygroundTabRegistry`
**Import:** `import { PlaygroundTabRegistry } from "webiny/admin/graphql-playground"`
**Source:** `@webiny/app-graphql-playground/features/tabRegistry/index.ts`

---