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 b30c765 commit 09e6f86Copy full SHA for 09e6f86
1 file changed
src/FSharp.Data.GraphQL.Client.DesignTime/ProvidedTypesHelper.fs
@@ -799,7 +799,7 @@ module internal Provider =
799
match validationResult with
800
| ValidationError msgs -> failwith (formatValidationExceptionMessage msgs)
801
| Success -> ()
802
- let key = { DocumentId = DocumentId.fromCanonicalQueryUnsafe (queryAst.ToQueryString()); SchemaId = schema.GetHashCode() }
+ let key = { DocumentId = DocumentId.fromCanonicalQuery (queryAst.ToQueryString()); SchemaId = schema.GetHashCode() }
803
let refMaker = lazy Validation.Ast.validateDocument schema queryAst
804
if clientQueryValidation then
805
refMaker.Force
0 commit comments