Skip to content

Commit 2b22c2c

Browse files
committed
Update comment
1 parent 7120e5a commit 2b22c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby/src/schema/infer-graphql-input-fields.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export function inferInputObjectStructureFromNodes({
203203
// setting traversing up not try to automatically infer them.
204204
if (isRoot && EXCLUDE_KEYS[key]) return
205205

206-
// Input arguments on linked fields aren't currently supported
206+
// Infer input arguments for linked nodes
207207
if (_.includes(key, `___NODE`)) {
208208
value = findLinkedNode(value)
209209
;[key] = key.split(`___`)

0 commit comments

Comments
 (0)