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 Sep 10, 2024
1 parent 9307af5 commit 8f459ab
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1,527 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

<ItemGroup>
<Content Include="introspection.json" />
<Content Include="introspection-altered-types.json" />
<None Include="operation.graphql">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down
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 8f459ab

Please sign in to comment.