UNPKG

@grapi/server

Version:

Grapi Schema Generator For GraphQL Server

4 lines (3 loc) 115 B
import { GraphQLScalarType } from 'graphql'; declare const Url: GraphQLScalarType<string, string>; export { Url };