Skip to content

Commit 5179f08

Browse files
Copilotxperiandri
andauthored
Revert sample-local introspection snapshot
Agent-Logs-Url: https://github.com/fsprojects/FSharp.Data.GraphQL/sessions/99865a86-849d-4d63-bab8-4821c1ce69ac Co-authored-by: xperiandri <2365592+xperiandri@users.noreply.github.com>
1 parent bf46908 commit 5179f08

3 files changed

Lines changed: 1 addition & 1867 deletions

File tree

samples/star-wars-fabulous-client/StarWars/Common.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ open FSharp.Data.GraphQL
66
module Commands =
77

88
[<Literal>]
9-
let IntrospectionPath = "introspection.json"
9+
let IntrospectionPath = "../../../tests/FSharp.Data.GraphQL.IntegrationTests/introspection.json"
1010

1111
type GraphQLApi = GraphQLProvider<IntrospectionPath>
1212
let GetCharactersData = GraphQLApi.Operation<"queries/FetchCharacters.graphql">()

samples/star-wars-fabulous-client/StarWars/StarWars.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<Compile Include="Helpers.fs" />
1818
<Compile Include="Style.fs" />
1919
<Compile Include="Common.fs" />
20-
<Content Include="introspection.json" />
2120
<None Include="queries\FetchCharacters.graphql" />
2221
<PackageReference Include="Xamarin.Forms" VersionOverride="4.0.0.425677" />
2322
<PackageReference Include="Xamarin.Essentials" VersionOverride="1.0.0" />

0 commit comments

Comments
 (0)