webiny-admin-graphql-client-catalog
$
npx mdskill add webiny/webiny-js/webiny-admin-graphql-client-catalogGenerate 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
- testerUse when running tests. Shows how to run tests for a single package, including OpenSearch (ddb-os) tests when applicable.
- webiny-admin-aco-catalog>
- webiny-admin-architect>
- webiny-admin-build-params-catalog>
- webiny-admin-catalog>
- webiny-admin-cms-catalog>
- webiny-admin-configs-catalog>
- webiny-admin-env-config-catalog>
- webiny-admin-form-catalog>
- webiny-admin-lexical-catalog>