We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344b405 commit 3f63dd0Copy full SHA for 3f63dd0
Sources/GraphQL/Type/Directives.swift
@@ -107,7 +107,7 @@ let GraphQLSkipDirective = try! GraphQLDirective(
107
/**
108
* Constant string used for default reason for a deprecation.
109
*/
110
-let defaulDeprecationReason: Map = .string("No longer supported")
+let defaulDeprecationReason: Map = .string("\"No longer supported\"")
111
112
113
* Used to declare element of a GraphQL schema as deprecated.
0 commit comments