Skip to content

Commit

Permalink
Merge pull request #4123 from rimian/patch-1
Browse files Browse the repository at this point in the history
link to the correct documentation
  • Loading branch information
rmosolgo committed Jul 19, 2022
2 parents 9e1b410 + 989f106 commit 8e1f50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/type_definitions/input_objects.md
Expand Up @@ -52,7 +52,7 @@ class Types::PostAttributes < Types::BaseInputObject
end
```

For a full description of the `argument(...)` method, see the {% internal_link "argument section of the Objects guide","/type_definitions/objects#field-arguments" %}.
For a full description of the `argument(...)` method, see the {% internal_link "argument section of the Objects guide","/fields/arguments.html" %}.

## Using Input Objects

Expand Down

0 comments on commit 8e1f50a

Please sign in to comment.