Skip to content

Commit 32ef280

Browse files
committed
Merge pull request #49 from marcoreat/patch-1
Export `pluralIdentifyingRootField` function
2 parents 9e447ac + 72af3f1 commit 32ef280

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ export {
3737
nodeDefinitions,
3838
} from './node/node.js';
3939

40+
// Helper for creating plural identifying root fields
41+
export {
42+
pluralIdentifyingRootField,
43+
} from './node/plural.js';
44+
4045
// Utilities for creating global IDs in systems that don't have them.
4146
export {
4247
fromGlobalId,

0 commit comments

Comments
 (0)