We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7120e5a commit 2b22c2cCopy full SHA for 2b22c2c
packages/gatsby/src/schema/infer-graphql-input-fields.js
@@ -203,7 +203,7 @@ export function inferInputObjectStructureFromNodes({
203
// setting traversing up not try to automatically infer them.
204
if (isRoot && EXCLUDE_KEYS[key]) return
205
206
- // Input arguments on linked fields aren't currently supported
+ // Infer input arguments for linked nodes
207
if (_.includes(key, `___NODE`)) {
208
value = findLinkedNode(value)
209
;[key] = key.split(`___`)
0 commit comments