예제 #1
0
 public GraphQLClientFactory(IHttpClientFactory clientFactory, ITokenService tokenService)
 {
     m_tokenService = tokenService;
     m_httpClient   = clientFactory.CreateGraphQLClient();
 }