@graphql-mesh/grpc
Version:
6 lines (5 loc) • 323 B
text/typescript
import { GraphQLDirective, GraphQLScalarType } from 'graphql';
export declare const grpcMethodDirective: GraphQLDirective;
export declare const grpcConnectivityStateDirective: GraphQLDirective;
export declare const ObjMapScalar: GraphQLScalarType<any, string>;
export declare const grpcRootJsonDirective: GraphQLDirective;