Skip to content

Commit f71fa25

Browse files
mike-marcaccikassens
authored andcommitted
Fix #173 - Export flow types (#174)
* Export connection flow types * Remove trailing space Edited in the GitHub UI... couldn't see the extra space :(
1 parent a414ece commit f71fa25

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88
* of patent rights can be found in the PATENTS file in the same directory.
99
*/
1010

11+
// Flow types for creating connection types in the schema
12+
export type {
13+
Connection,
14+
ConnectionArguments,
15+
ConnectionCursor,
16+
Edge,
17+
PageInfo,
18+
} from './connection/connectiontypes.js';
19+
1120
// Helpers for creating connection types in the schema
1221
export {
1322
backwardConnectionArgs,

0 commit comments

Comments
 (0)