UNPKG

t-graphql

Version:

typed GraphQL - end-to-end type-safe GraphQL for TypeScript. Think tRPC, but GraphQL

4 lines (3 loc) 264 B
import { AnyObjectQueryType, AnyParamInputType } from '../queries/ObjectQueryType'; export declare function generateQueryString<Q extends AnyObjectQueryType>(queryType: Q): string; export declare function generateParamInputString(type: AnyParamInputType): string;