Skip to content

Commit 531fde9

Browse files
author
Viktor Tochonov
committed
PR fixes
1 parent ef8ca58 commit 531fde9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/FSharp.Data.GraphQL.Tests/FileTests.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module FSharp.Data.GraphQL.Tests.FileTests
1+
module FSharp.Data.GraphQL.Tests.FileTests
22

33
open System.Collections.Immutable
44
open System.IO
@@ -63,7 +63,7 @@ let execute (query : string) = executor.AsyncExecute (query, getMockInputContext
6363
let executeWithVariables ( query : string, variables : ImmutableDictionary<string, JsonElement>) =
6464
executor.AsyncExecute (ast = parse query, getInputContext = getMockInputContext, variables = variables) |> sync
6565

66-
let mutationWithVariable = """mutation uploadFile ($file : FileType!) {
66+
let mutationWithVariable = """mutation uploadFile ($file : File!) {
6767
uploadFile (input : $file)
6868
}
6969
"""

0 commit comments

Comments
 (0)