The No-GraphQL Client for TypeScript
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.
To install GQty, follow these steps:
npm install gqty
import { GQtyClient } from 'gqty';
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.