UNPKG

@gqlts/cli

Version:

Generate a client sdk from your GraphQl API

3 lines (2 loc) 122 B
import { GraphQLField } from 'graphql'; export declare function toArgsString(field: GraphQLField<any, any, any>): string;