Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion api/loaders/create-loader.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// @flow
//$FlowFixMe
import DataLoader from 'dataloader';
import unique from 'shared/unique-elements';
import type { Loader, DataLoaderOptions } from './types';
Expand Down
33 changes: 33 additions & 0 deletions flow-typed/npm/dataloader_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
// flow-typed signature: 62d3fa71e344ce71db81037ecb6264ae
// flow-typed version: <<STUB>>/dataloader_v1.4.0/flow_v0.66.0

/**
* This is an autogenerated libdef stub for:
*
* 'dataloader'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/

declare module 'dataloader' {
declare module.exports: any;
}

/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/


// Filename aliases
declare module 'dataloader/index' {
declare module.exports: $Exports<'dataloader'>;
}
declare module 'dataloader/index.js' {
declare module.exports: $Exports<'dataloader'>;
}