Skip to content

Commit e724bde

Browse files
authored
docs: missing 'repeatable' in @goExtraField directive (#3150)
1 parent 85459a3 commit e724bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/content/recipes/extra_fields.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ directive @goExtraField(
5858
type: String!
5959
overrideTags: String
6060
description: String
61-
) on OBJECT | INPUT_OBJECT
61+
) repeatable on OBJECT | INPUT_OBJECT
6262
```
6363

6464
Now you can use these directive when defining types in your schema:

0 commit comments

Comments
 (0)