File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ public let GraphQLSkipDirective = try! GraphQLDirective(
108
108
/**
109
109
* Constant string used for default reason for a deprecation.
110
110
*/
111
- let defaulDeprecationReason : Map = " No longer supported "
111
+ let defaultDeprecationReason = " No longer supported "
112
112
113
113
/**
114
114
* Used to declare element of a GraphQL schema as deprecated.
@@ -131,7 +131,7 @@ public let GraphQLDeprecatedDirective = try! GraphQLDirective(
131
131
" suggestion for how to access supported similar data. Formatted " +
132
132
" using the Markdown syntax, as specified by [CommonMark] " +
133
133
" (https://commonmark.org/). " ,
134
- defaultValue: defaulDeprecationReason
134
+ defaultValue: Map . string ( defaultDeprecationReason )
135
135
) ,
136
136
]
137
137
)
You can’t perform that action at this time.
0 commit comments