| name | webiny-admin-graphql-playground-catalog |
| description | admin/graphql-playground — 4 abstractions.
|
admin/graphql-playground
How to Use
- Find the abstraction you need below
- You MUST read the source file to get the exact interface and types!
- 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