Added ping handler. IO-406

This commit is contained in:
Patrick Fic
2021-02-22 17:04:13 -08:00
parent 50279d34ac
commit 1a364c91ef
4 changed files with 40 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ namespace BodyshopPartner.Utils
using (var g = Utils.GraphQL.CreateGQLClient())
{
logger.Trace("Firing a GQL Query!");
// logger.Trace("Firing GQL Query: {0} {1}", r.Query.ToString(), r.Variables);
logger.Trace("Firing GQL Query: {0} {1}", r.Query.ToString(), r.Variables);
var graphQLResponse = await g.SendQueryAsync<dynamic>(r);
if (graphQLResponse.Errors == null)
{