Skip to content

Commit fec61b3

Browse files
committed
remove unnecessary code in example
1 parent 292e7c6 commit fec61b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/GraphQL.Client.Example/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ public class Program {
1010

1111
public static async Task Main(string[] args) {
1212

13-
var serializer = new NewtonsoftJsonSerializer();
1413
using var graphQLClient = new GraphQLHttpClient("https://swapi.apis.guru/");
1514

1615
var personAndFilmsRequest = new GraphQLRequest {

0 commit comments

Comments
 (0)