Skip to content

Commit afe4e8e

Browse files
committed
Merge pull request #36 from michaelchum/typo
Small typo in globalIdField() definition comment
2 parents abc267b + 95d52be commit afe4e8e

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)