Overview:
GQty is a tool designed to assist with handling data requirements within applications. It automates the process of picking up data requirements through GraphQL queries, providing a seamless experience while working with TypeScript. The tool offers real-time type-error checking when making changes to the API, eliminating the need for manual validation steps.
Features:
- Automatic Data Requirement Detection: GQty picks up data requirements automatically, saving the hassle of maintaining GraphQL queries manually.
- TypeScript Support: Enjoy a first-class TypeScript experience while working with GQty.
- Real-Time Type-Error Detection: Make breaking changes to the API and receive immediate feedback on type-errors where the issues occur.
Installation:
To install GQty, follow these steps:
- Add GQty to your project using npm:
npm install gqty
- Import GQty into your codebase:
import { GQtyClient } from 'gqty';
Summary:
GQty is a powerful tool for managing data requirements in applications, offering automatic query detection, TypeScript support, and real-time type-error checking. By simplifying the process of working with GraphQL queries, GQty enhances developer productivity and streamlines API development workflows.