We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e095bdf commit b102dedCopy full SHA for b102ded
src/types/mongoid.d.ts
@@ -1,5 +1,7 @@
1
import { GraphQLScalarType } from 'graphql-compose/lib/graphql';
2
3
+export type MongoId = string | any;
4
+
5
declare const GraphQLMongoID: GraphQLScalarType;
6
7
export default GraphQLMongoID;
0 commit comments