Skip to content

Commit

Permalink
Remove _gqcTypeComposer from MongooseModelT definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Jul 20, 2016
1 parent 846cbd0 commit 18a0463
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/definition.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export type MongoosePseudoModelT = {
}

export type MongooseModelT = {
_gqcTypeComposer?: TypeComposer,
modelName: string,
schema: MongooseModelSchemaT,
create(doc: Object | Object[]): Promise<Object>,
Expand Down

0 comments on commit 18a0463

Please sign in to comment.