Skip to content

Commit 5e02ca2

Browse files
iveltenxperiandri
authored andcommitted
Modifying introspection json file
1 parent 2a0c72a commit 5e02ca2

File tree

4 files changed

+11
-1528
lines changed

4 files changed

+11
-1528
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
<ItemGroup>
1818
<Content Include="introspection.json" />
19-
<Content Include="introspection-altered-types.json" />
2019
<None Include="operation.graphql">
2120
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2221
</None>
@@ -42,4 +41,4 @@
4241
<HintPath Condition="Exists('..\..\bin\FSharp.Data.GraphQL.Client\netstandard2.0\FSharp.Data.GraphQL.Shared.dll')">..\..\bin\FSharp.Data.GraphQL.Client\netstandard2.0\FSharp.Data.GraphQL.Shared.dll</HintPath>
4342
</Reference>
4443
</ItemGroup>
45-
</Project>
44+
</Project>

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)