UNPKG

graphql-compose-mongoose

Version:

Plugin for `graphql-compose` which derive a graphql types from a mongoose model.

4 lines 219 B
import { GraphQLScalarType } from 'graphql-compose/lib/graphql'; declare const GraphQLRegExpAsString: GraphQLScalarType<RegExp, string>; export default GraphQLRegExpAsString; //# sourceMappingURL=RegExpAsString.d.ts.map