diff --git a/docs/content/recipes/extra_fields.md b/docs/content/recipes/extra_fields.md index 63770b401d1..b7b28aa0f4b 100644 --- a/docs/content/recipes/extra_fields.md +++ b/docs/content/recipes/extra_fields.md @@ -58,7 +58,7 @@ directive @goExtraField( type: String! overrideTags: String description: String -) on OBJECT | INPUT_OBJECT +) repeatable on OBJECT | INPUT_OBJECT ``` Now you can use these directive when defining types in your schema: