Skip to content

Commit

Permalink
Remove stale mention of dataLoader option (mickhansen#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishitatsuyuki authored and mickhansen committed Aug 8, 2018
1 parent 8340c01 commit 80e5d8b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ resolver(SequelizeModel, {
// Whether or not relay connections should be handled. Defaults to `true`.
handleConnection: true,

// Whether or not Sequelize should be shimmed to use Dataloader. Disable by setting this value to boolean false.
dataLoader: false,

/**
* Manipulate the query before it's sent to Sequelize.
* @param findOptions {object} - Options sent to Seqeulize model's find function
Expand Down

0 comments on commit 80e5d8b

Please sign in to comment.