Skip to content

Commit

Permalink
[ui] Export Apollo error utilities (#25331)
Browse files Browse the repository at this point in the history
## Summary & Motivation

In internal, we consume a couple of Apollo error utilities for an error
link. Expose these via `apollo-client` exports in `ui-core` so that the
internal app can appease our eslint-config.

## How I Tested These Changes

Run TS and lint in internal.
  • Loading branch information
hellendag authored Oct 17, 2024
1 parent e48d009 commit 0f05aee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
import {useBlockTraceOnQueryResult} from '../performance/TraceContext';

export * from '@apollo/client';
export * from '@apollo/client/link/error';

interface ExtendedQueryOptions<TData = any, TVariables extends OperationVariables = any>
extends QueryHookOptions<TData, TVariables> {
Expand Down

1 comment on commit 0f05aee

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-4smd2stuj-elementl.vercel.app

Built with commit 0f05aee.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.