Skip to content

Commit 95d52be

Browse files
committed
Small typo in globalIdField() definition comment
1 parent 79c1f6c commit 95d52be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export function fromGlobalId(globalId: string): ResolvedGlobalId {
103103

104104
/**
105105
* Creates the configuration for an id field on a node, using `toGlobalId` to
106-
* construct the ID from the provided typename. The type-specific ID is fetcher
106+
* construct the ID from the provided typename. The type-specific ID is fetched
107107
* by calling idFetcher on the object, or if not provided, by accessing the `id`
108108
* property on the object.
109109
*/

0 commit comments

Comments
 (0)