Skip to content

Commit 7de4bd9

Browse files
Merge pull request #34 from contentstack/feat/export-graphql-client-and-utilities
feat: Export GraphqlApiClient, Launch, config, and Apollo Client utilities
2 parents 73428cb + e7db167 commit 7de4bd9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
export {run} from '@oclif/core'
2+
export { GraphqlApiClient } from './util/index';
3+
export { default as Launch } from './commands/launch/index';
4+
export { default as config } from './config/index';
5+
export { ApolloClient, gql, DocumentNode } from '@apollo/client/core';

0 commit comments

Comments
 (0)