You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Some folderPath -> System.IO.Path.Combine(folderPath, value)
27
27
| None -> value
@@ -50,7 +50,7 @@ type IntrospectionLocation =
50
50
|(true,_)-> Uri value
51
51
|_-> failwithf "Could not determine location of introspection. The introspection should be a valid GraphQL server URL, or a introspection JSON file on the path of the project or script."
52
52
try
53
-
letfile=
53
+
letfile=
54
54
match folderPath with
55
55
| Some folderPath -> System.IO.Path.Combine(folderPath, value)
0 commit comments