UNPKG

@jokio/graphql

Version:

High level, pre-configured, GraphQL Server

12 lines (11 loc) 281 B
import { GraphQLScalarType } from 'graphql'; declare const _default: { typeDefs: string; resolvers: { JSON: GraphQLScalarType; Date: GraphQLScalarType; Time: GraphQLScalarType; DateTime: GraphQLScalarType; }; }; export default _default;