Skip to content

Commit 3f63dd0

Browse files
committed
Error when calling schema generation with introspection query
1 parent 344b405 commit 3f63dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GraphQL/Type/Directives.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ let GraphQLSkipDirective = try! GraphQLDirective(
107107
/**
108108
* Constant string used for default reason for a deprecation.
109109
*/
110-
let defaulDeprecationReason: Map = .string("No longer supported")
110+
let defaulDeprecationReason: Map = .string("\"No longer supported\"")
111111

112112
/**
113113
* Used to declare element of a GraphQL schema as deprecated.

0 commit comments

Comments
 (0)