UNPKG

@nestjs/graphql

Version:

Nest - modern, fast, powerful node.js web framework (@graphql)

3 lines (2 loc) 158 B
import { GraphQLScalarType } from 'graphql'; export declare function createScalarType(name: string, instance: Partial<GraphQLScalarType>): GraphQLScalarType;