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 0bc77ae commit 0180c4fCopy full SHA for 0180c4f
Sources/GraphQL/Execution/Values.swift
@@ -49,7 +49,7 @@ func getArgumentValues(argDefs: [GraphQLArgumentDefinition], argASTs: [Argument]
49
return nil
50
}
51
52
- let object = try JSONSerialization.jsonObject(with: data)
+ let object = try JSONSerialization.jsonObject(with: data, options: .fragmentsAllowed)
53
return try map(from: object)
54
55
0 commit comments