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.
2 parents 344b405 + 3f63dd0 commit 93d4865Copy full SHA for 93d4865
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