Skip to content

Commit 99dc46b

Browse files
iveltenxperiandri
authored andcommitted
Modifying introspection json file
1 parent 711fb41 commit 99dc46b

File tree

4 files changed

+10
-1527
lines changed

4 files changed

+10
-1527
lines changed

tests/FSharp.Data.GraphQL.IntegrationTests/FSharp.Data.GraphQL.IntegrationTests.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
<ItemGroup>
1919
<Content Include="introspection.json" />
20-
<Content Include="introspection-altered-types.json" />
2120
<None Include="operation.graphql">
2221
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2322
</None>

tests/FSharp.Data.GraphQL.IntegrationTests/ResponseJsonTests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ open FSharp.Data.GraphQL.Client
88

99
// Local provider should be able to be created from local introspection json file.
1010
// This schema is adjusted to have some less common type names in order to test them.
11-
type Provider = GraphQLProvider<"introspection-altered-types.json">
11+
type Provider = GraphQLProvider<"introspection.json">
1212

1313

1414
[<Fact>]

0 commit comments

Comments
 (0)