Skip to content

Commit

Permalink
chore: fix ts typings
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Jul 10, 2019
1 parent e095bdf commit b102ded
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/mongoid.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { GraphQLScalarType } from 'graphql-compose/lib/graphql';

export type MongoId = string | any;

declare const GraphQLMongoID: GraphQLScalarType;

export default GraphQLMongoID;

0 comments on commit b102ded

Please sign in to comment.