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 292e7c6 commit fec61b3Copy full SHA for fec61b3
examples/GraphQL.Client.Example/Program.cs
@@ -10,7 +10,6 @@ public class Program {
10
11
public static async Task Main(string[] args) {
12
13
- var serializer = new NewtonsoftJsonSerializer();
14
using var graphQLClient = new GraphQLHttpClient("https://swapi.apis.guru/");
15
16
var personAndFilmsRequest = new GraphQLRequest {
0 commit comments