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?
Asked
Active
Viewed 153 times