UNPKG

react-apollo-graphql

Version:

Get rid of decorators and use Apollo GraphQL queries and mutations in the simple and readable way.

34 lines (28 loc) 897 B
// flow-typed signature: 302777ceadf265f6ecbaaad028a18824 // flow-typed version: <<STUB>>/babel-preset-jest_v^20.0.3/flow_v0.46.0 /** * This is an autogenerated libdef stub for: * * 'babel-preset-jest' * * 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 'babel-preset-jest' { 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 'babel-preset-jest/index' { declare module.exports: $Exports<'babel-preset-jest'>; } declare module 'babel-preset-jest/index.js' { declare module.exports: $Exports<'babel-preset-jest'>; }