mgs-graphql
Version:
The simple way to generates GraphQL schemas and Sequelize models from your models definition,microservice supported
46 lines (40 loc) • 1.21 kB
JavaScript
// flow-typed signature: dade2a9d22cf9a95aaf1afbc9235e60f
// flow-typed version: <<STUB>>/standard_v^10.0.2/flow_v0.51.1
/**
* This is an autogenerated libdef stub for:
*
* 'standard'
*
* 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 'standard' {
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.
*/
declare module 'standard/bin/cmd' {
declare module.exports: any;
}
declare module 'standard/options' {
declare module.exports: any;
}
// Filename aliases
declare module 'standard/bin/cmd.js' {
declare module.exports: $Exports<'standard/bin/cmd'>;
}
declare module 'standard/index' {
declare module.exports: $Exports<'standard'>;
}
declare module 'standard/index.js' {
declare module.exports: $Exports<'standard'>;
}
declare module 'standard/options.js' {
declare module.exports: $Exports<'standard/options'>;
}