Added GQL client + helper methods.

This commit is contained in:
Patrick Fic
2020-01-16 23:22:16 -08:00
parent d77e0d1c02
commit 32aec8e4ff
5 changed files with 62 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ namespace BodyshopUploader.ViewModels
p => true,
async p =>
{
await Utils.Auth.Refresh();
await TestGql();
});
}
return _testCommand;