Shifted code back due to new bug that was introduced as a result of OOO.

This commit is contained in:
Patrick Fic
2020-01-29 14:41:22 -08:00
parent 9d9064d25f
commit 382629e235
2 changed files with 16 additions and 30 deletions

View File

@@ -208,17 +208,17 @@ namespace BodyshopUploader.ViewModels
};
Growler.AddNotification(_n);
var r = new GraphQLRequest
{
Query = @"
query QUERY_BODYSHOPS {
bodyshops {
shopname
id
}
}"
};
await Utils.GraphQL.ExecuteQuery(r);
//var r = new GraphQLRequest
//{
// Query = @"
// query QUERY_BODYSHOPS {
// bodyshops {
// shopname
// id
// }
// }"
//};
//await Utils.GraphQL.ExecuteQuery(r);
}
}
}