There was an error while loading. Please reload this page.
1 parent 85459a3 commit e724bdeCopy full SHA for e724bde
docs/content/recipes/extra_fields.md
@@ -58,7 +58,7 @@ directive @goExtraField(
58
type: String!
59
overrideTags: String
60
description: String
61
-) on OBJECT | INPUT_OBJECT
+) repeatable on OBJECT | INPUT_OBJECT
62
```
63
64
Now you can use these directive when defining types in your schema:
0 commit comments