1

I am trying to using the updated version of GraphController file(https://github.com/graphql-dotnet/examples/blob/master/src/AspNetWebApi/WebApi/Controllers/GraphQLController.cs). The file is using httprequest.createresponse() method inside the class. However, I am not able to use it. Did the method become obsolete. Is there any way that I can use the createresponse() method?

minion123
  • 11
  • 2

1 Answers1

0

Request.CreateResponse in asp.net core

Manuel
  • 584
  • 2
  • 9