Skip to content

Commit 932aded

Browse files
committed
Export pluralIdentifyingRootField function
1 parent 87d865e commit 932aded

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)