We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a414ece commit f71fa25Copy full SHA for f71fa25
src/index.js
@@ -8,6 +8,15 @@
8
* of patent rights can be found in the PATENTS file in the same directory.
9
*/
10
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
+
20
// Helpers for creating connection types in the schema
21
export {
22
backwardConnectionArgs,
0 commit comments