UNPKG

graphql-codegen-core

Version:

GraphQL types and code generator based on schema

4 lines (3 loc) 194 B
import { GraphQLScalarType, GraphQLSchema } from 'graphql'; import { Scalar } from '../types'; export declare function transformScalar(schema: GraphQLSchema, scalar: GraphQLScalarType): Scalar;