Skip to content

Commit b0dfb67

Browse files
committed
Make the reason argument in @deprecated non-nullable
1 parent 6b7c2c4 commit b0dfb67

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
@@ -2099,7 +2099,7 @@ condition is false.
20992099

21002100
```graphql
21012101
directive @deprecated(
2102-
reason: String = "No longer supported"
2102+
reason: String! = "No longer supported"
21032103
) on FIELD_DEFINITION | ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION | ENUM_VALUE
21042104
```
21052105

0 commit comments

Comments
 (0)