Interface IHTTPGraphQLRequest

interface IHTTPGraphQLRequest {
    headers: HeaderMap;
}

Properties

Properties

headers: HeaderMap