Skip to content

Commit 93d4865

Browse files
authored
Merge pull request #2 from lgaches/master
Error when calling schema generation with introspection query
2 parents 344b405 + 3f63dd0 commit 93d4865

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)