Skip to content

Commit e5a2092

Browse files
leebyronmagicmark
authored andcommitted
fix example
1 parent bb896cf commit e5a2092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 3 -- Type System.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2274,5 +2274,5 @@ type Business {
22742274
email: String @private(scope: "loggedIn")
22752275
}
22762276

2277-
directive @private(scope: String!) on FIELD
2277+
directive @private(scope: String!) on FIELD_DEFINITION
22782278
```

0 commit comments

Comments
 (0)