UNPKG

@graphql-mesh/grpc

Version:
5 lines (4 loc) 306 B
import { GraphQLScalarType } from 'graphql'; export declare function isScalarType(type: string): boolean; export declare function getGraphQLScalar(scalarType: string): string; export declare function addExecutionLogicToScalar(nonExecutableScalar: GraphQLScalarType, actualScalar: GraphQLScalarType): void;