Added QB dependencies + simple http server.

This commit is contained in:
Patrick Fic
2020-05-27 10:57:23 -07:00
parent a8a8998250
commit 25cbfacc8e
6 changed files with 103 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ namespace BodyshopPartner.Utils
var graphQLResponse = await g.PostAsync(r);
if (graphQLResponse.Errors == null)
{
logger.Trace("GQL Response: {0}", graphQLResponse.Data);
//logger.Trace("GQL Response: {0}", graphQLResponse.Data);
return graphQLResponse.Data;
}
else