UNPKG

graphql-compose-mongoose

Version:

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

5 lines 274 B
import mongoose from 'mongoose'; import { GraphQLScalarType } from 'graphql-compose/lib/graphql'; declare const GraphQLBSONDecimal: GraphQLScalarType<mongoose.mongo.BSON.Decimal128 | null, string>; export default GraphQLBSONDecimal; //# sourceMappingURL=BSONDecimal.d.ts.map