Shifted code back due to new bug that was introduced as a result of OOO.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user