Skip to content

Commit

Permalink
Modifying introspection json file
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelten authored and xperiandri committed Feb 24, 2023
1 parent 2a0c72a commit 5e02ca2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1,528 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

<ItemGroup>
<Content Include="introspection.json" />
<Content Include="introspection-altered-types.json" />
<None Include="operation.graphql">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand All @@ -42,4 +41,4 @@
<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>
</Reference>
</ItemGroup>
</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ open FSharp.Data.GraphQL.Client

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


[<Fact>]
Expand Down
Loading

0 comments on commit 5e02ca2

Please sign in to comment.