UNPKG

@graphql-mesh/transport-rest

Version:
4 lines (3 loc) 287 B
import { GraphQLScalarType, GraphQLSchema } from 'graphql'; export declare function processScalarType(schema: GraphQLSchema, type: GraphQLScalarType): void; export declare function addExecutionLogicToScalar(nonExecutableScalar: GraphQLScalarType, actualScalar: GraphQLScalarType): void;