UNPKG

@gqlts/cli

Version:

Generate a client sdk from your GraphQl API

4 lines (3 loc) 201 B
import { RenderContext } from '../common/RenderContext'; import { GraphQLScalarType } from 'graphql'; export declare function renderScalarTypes(ctx: RenderContext, types: GraphQLScalarType[]): string;