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(
108108/**
109109 * Constant string used for default reason for a deprecation.
110110 */
111- let defaulDeprecationReason : Map = " No longer supported "
111+ let defaultDeprecationReason = " No longer supported "
112112
113113/**
114114 * Used to declare element of a GraphQL schema as deprecated.
@@ -131,7 +131,7 @@ public let GraphQLDeprecatedDirective = try! GraphQLDirective(
131131 " suggestion for how to access supported similar data. Formatted " +
132132 " using the Markdown syntax, as specified by [CommonMark] " +
133133 " (https://commonmark.org/). " ,
134- defaultValue: defaulDeprecationReason
134+ defaultValue: Map . string ( defaultDeprecationReason )
135135 ) ,
136136 ]
137137)
You can’t perform that action at this time.
0 commit comments