From 1a771fb04fd1b8c1477d2546ead66b18c785c704 Mon Sep 17 00:00:00 2001 From: Rimian Perkins Date: Thu, 30 Jun 2022 09:35:22 +1000 Subject: [PATCH 1/2] link to the correct documentation --- guides/type_definitions/input_objects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/type_definitions/input_objects.md b/guides/type_definitions/input_objects.md index a8a6c3b83b..2d929e48f1 100644 --- a/guides/type_definitions/input_objects.md +++ b/guides/type_definitions/input_objects.md @@ -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","/type_definitions/input_objects.html" %}. ## Using Input Objects From 989f106e8af8bfc3850ac2b86fd5397002647826 Mon Sep 17 00:00:00 2001 From: Robert Mosolgo Date: Tue, 19 Jul 2022 10:01:21 -0400 Subject: [PATCH 2/2] Update guides/type_definitions/input_objects.md --- guides/type_definitions/input_objects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/type_definitions/input_objects.md b/guides/type_definitions/input_objects.md index 2d929e48f1..6c7afdfcc0 100644 --- a/guides/type_definitions/input_objects.md +++ b/guides/type_definitions/input_objects.md @@ -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/input_objects.html" %}. +For a full description of the `argument(...)` method, see the {% internal_link "argument section of the Objects guide","/fields/arguments.html" %}. ## Using Input Objects