Skip to content

Commit

Permalink
combine core imports
Browse files Browse the repository at this point in the history
  • Loading branch information
david-mcafee committed Sep 13, 2023
1 parent fc87f24 commit 05e6486
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/api-graphql/src/internals/InternalGraphQLAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ import {
OperationTypeNode,
} from 'graphql';
import Observable from 'zen-observable-ts';
import { Amplify, fetchAuthSession } from '@aws-amplify/core';
import { Amplify, Cache, fetchAuthSession } from '@aws-amplify/core';
import {
CustomUserAgentDetails,
ConsoleLogger as Logger,
getAmplifyUserAgent,
} from '@aws-amplify/core/internals/utils';
import { Cache } from '@aws-amplify/core';
import {
GraphQLAuthError,
GraphQLResult,
Expand Down

0 comments on commit 05e6486

Please sign in to comment.