Skip to content

Commit

Permalink
chore(core): export GraphQLProviderConfig from /internals/utils subpath
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiSF committed Feb 8, 2024
1 parent d3885bf commit ba181c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export {
AuthUserPoolConfig,
AuthUserPoolAndIdentityPoolConfig,
APIConfig,
GraphQLProviderConfig,
PredictionsConfig,
StorageAccessLevel,
StorageConfig,
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/libraryUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export {
ModelIntrospectionSchema,
SchemaModel,
SchemaModels,
GraphQLProviderConfig,
} from './singleton/API/types';
export { Signer } from './Signer';
export {
Expand Down

0 comments on commit ba181c8

Please sign in to comment.