Skip to content

Commit

Permalink
feat: exposes urql Client from Lens clients
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarenaldi committed Jan 8, 2025
1 parent 982fdb5 commit 222fc51
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/client/src/clients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ export type LoginParams = ChallengeRequest & {
};

abstract class AbstractClient<TContext extends Context, TError> {
protected readonly urql: UrqlClient;
/**
* @internal
*/
public readonly urql: UrqlClient;

protected readonly logger: Logger;

Expand Down

0 comments on commit 222fc51

Please sign in to comment.