@override Future<AuthUser> auth() async { await _fly.mutation([this.graphSignupNode]); return AuthProviderUser(); }