UNPKG

@bitblit/ratchet-graphql

Version:

Ratchet tools to simplify use of graphql

5 lines (4 loc) 226 B
import { AuthorizationStyle } from '../authorization-style'; export interface GraphqlRatchetErrorHandler { handleError(error: any, queryName: string, variables: Record<string, any>, authStyle: AuthorizationStyle): void; }