We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae2637 commit 1cb841fCopy full SHA for 1cb841f
docs/Linq2GraphQL.Docs/Components/GenerateClient.razor.cs
@@ -27,7 +27,7 @@ protected override void OnInitialized()
27
28
demoOptions.Add(new GenerateOptions
29
{
30
- Url = "https://swapi-graphql.netlify.app/.netlify/functions/index",
+ Url = "https://swapi-graphql.netlify.app/graphql",
31
Namespace = "StarWars.Client",
32
ClientName = "StarWarsClient"
33
});
0 commit comments