Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Jan 19, 2018
1 parent 7120e5a commit 2b22c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/src/schema/infer-graphql-input-fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export function inferInputObjectStructureFromNodes({
// setting traversing up not try to automatically infer them.
if (isRoot && EXCLUDE_KEYS[key]) return

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

0 comments on commit 2b22c2c

Please sign in to comment.