Skip to content

Commit

Permalink
docs: missing 'repeatable' in @goExtraField directive (#3150)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear authored Jun 20, 2024
1 parent 85459a3 commit e724bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/recipes/extra_fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e724bde

Please sign in to comment.