data-client-graphql-setup
Installation
SKILL.md
GraphQL Protocol Setup
This skill configures @data-client/graphql for a project. It should be applied after data-client-setup detects GraphQL patterns.
Installation
Install the GraphQL package alongside the core package:
# npm
npm install @data-client/graphql
# yarn
yarn add @data-client/graphql
# pnpm
pnpm add @data-client/graphql