Skip to content

Commit 87d865e

Browse files
committed
Merge pull request #43 from denvned/patch-1
Add missing exports for backwardConnectionArgs and forwardConnectionArgs
2 parents d06a793 + bffd1f7 commit 87d865e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99

1010
// Helpers for creating connection types in the schema
1111
export {
12+
backwardConnectionArgs,
1213
connectionArgs,
1314
connectionDefinitions,
15+
forwardConnectionArgs,
1416
} from './connection/connection.js';
1517

1618
// Helpers for creating connections from arrays

0 commit comments

Comments
 (0)