webiny-admin-graphql-client-catalog

$npx mdskill add webiny/webiny-js/webiny-admin-graphql-client-catalog

Generate structured GraphQL client code to interact with the webiny admin API.

  • Facilitates direct data fetching and manipulation within the webiny administrative backend.
  • Provides access to the webiny API via a dedicated GraphQL client abstraction.
  • Guides developers to the correct import path and necessary types for integration.
  • Delivers ready-to-use TypeScript abstractions for immediate code consumption.
SKILL.md
.github/skills/webiny-admin-graphql-client-catalogView on GitHub ↗
---
name: webiny-admin-graphql-client-catalog
context: webiny-api
description: >
  admin/graphql-client — 1 abstractions.
---

# admin/graphql-client

## How to Use

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

## Abstractions

---

**Name:** `GraphQLClient`
**Import:** `import { GraphQLClient } from "webiny/admin/graphql-client"`
**Source:** `@webiny/app/features/graphqlClient/abstractions.ts`

---
More from webiny/webiny-js