Skip to content

Commit db23e2c

Browse files
Copilotxperiandri
andauthored
Stabilize sample introspection build inputs
Agent-Logs-Url: https://github.com/fsprojects/FSharp.Data.GraphQL/sessions/89e5acaf-53c4-4e34-b7ed-ce34b90af854 Co-authored-by: xperiandri <2365592+xperiandri@users.noreply.github.com>
1 parent 9d1b0e0 commit db23e2c

4 files changed

Lines changed: 3796 additions & 2 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 = "../../../tests/FSharp.Data.GraphQL.IntegrationTests/introspection.json"
9+
let IntrospectionPath = "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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<Compile Include="Helpers.fs" />
1818
<Compile Include="Style.fs" />
1919
<Compile Include="Common.fs" />
20+
<Content Include="introspection.json" />
2021
<None Include="queries\FetchCharacters.graphql" />
2122
<PackageReference Include="Xamarin.Forms" VersionOverride="4.0.0.425677" />
2223
<PackageReference Include="Xamarin.Essentials" VersionOverride="1.0.0" />

0 commit comments

Comments
 (0)