UNPKG

@vtex/api

Version:
3 lines (2 loc) 184 B
import { GraphQLResponse } from '../HttpClient/GraphQLClient'; export declare function throwOnGraphQLErrors(message: string): (response: GraphQLResponse<any>) => GraphQLResponse<any>;