We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a5b1e commit 673ccaaCopy full SHA for 673ccaa
README.md
@@ -45,7 +45,7 @@ var heroAndFriendsRequest = new GraphQLRequest {
45
46
### Execute Query/Mutation:
47
```csharp
48
-var graphQLClient = new GraphQLClient("https://swapi.apis.guru/");
+var graphQLClient = new GraphQLHttpClient("https://swapi.apis.guru/");
49
50
public class HeroAndFriendsResponse {
51
public Hero Hero {get; set;}
0 commit comments