From 6c83b9ea14bf09253abe95e4c932e064d2df6748 Mon Sep 17 00:00:00 2001 From: Cirelli Date: Tue, 28 May 2024 12:51:09 +0200 Subject: [PATCH] Remove duplicated return_pointers_in_unmarshalinput explanation (#3109) --- docs/content/config.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/content/config.md b/docs/content/config.md index 695c416adce..2a73b0c829c 100644 --- a/docs/content/config.md +++ b/docs/content/config.md @@ -81,9 +81,6 @@ resolver: # Optional: wrap nullable input fields with Omittable # nullable_input_omittable: true -# Optional: turn on to return pointers instead of values in unmarshalInput -# return_pointers_in_unmarshalinput: false - # Optional: set to speed up generation time by not performing a final validation pass. # skip_validation: true