UNPKG

@vue/apollo-composable

Version:

Apollo GraphQL for Vue Composition API

5 lines (4 loc) 292 B
import type { GraphQLFormattedError } from 'graphql'; import { ApolloError } from '@apollo/client/core/index.js'; export declare function toApolloError(error: unknown): ApolloError; export declare function resultErrorsToApolloError(errors: ReadonlyArray<GraphQLFormattedError>): ApolloError;