Skip to main content

Ecosystem

GQLPT has a growing ecosystem of tools and adapters to enhance your GraphQL development experience. Here's an overview of the core library and its associated packages:

Core Library

gqlpt

npm version

The core library for generating GraphQL queries from plain text.

Command Line Interface

@gqlpt/cli

npm version

TypeScript type generation for GQLPT.

AI Adapters

@gqlpt/adapter-anthropic

npm version

Adapter for Anthropic AI.

@gqlpt/adapter-openai

npm version

Adapter for OpenAI GPT-3.

Getting Started

To get started with GQLPT and its ecosystem:

  1. Install the core library: npm install gqlpt
  2. Choose and install an adapter: npm install @gqlpt/adapter-openai or npm install @gqlpt/adapter-anthropic
  3. For CLI tools, install: npm install -g @gqlpt/cli

Refer to the individual package documentation for detailed usage instructions and configuration options.