UNPKG

@gqlts/cli

Version:

Generate a client sdk from your GraphQl API

5 lines (4 loc) 280 B
import { RenderContext } from '../common/RenderContext'; import { Type } from '@gqlts/runtime/dist/types'; import { GraphQLEnumType, GraphQLScalarType } from 'graphql'; export declare function scalarType(type: GraphQLScalarType | GraphQLEnumType, _: RenderContext): Type<string>;