Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Commit

Permalink
Expose useDraqulaClient hook to get instance of client
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Demedes committed Dec 9, 2019
1 parent 2ee2918 commit 89bac66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ export {default as GraphQLError} from './lib/graphql-error';
export {default as NetworkError} from './lib/network-error';
export {default as useMutation} from './useMutation';
export {default as useQuery} from './useQuery';
export {default as useDraqulaClient} from './useDraqulaClient';

0 comments on commit 89bac66

Please sign in to comment.