Skip to content

Commit

Permalink
✨ feat: Re-export type ClientError from graphql-request
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowflyt committed Mar 9, 2024
1 parent ea8eb2d commit 9db8faa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-intuitive-request",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"description": "Intuitive and (more importantly) TS-friendly GraphQL client for queries, mutations and subscriptions",
"homepage": "https://github.com/Snowfly-T/graphql-intuitive-request",
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ export { queryString, mutationString, subscriptionString } from './query-builder
export { selectorBuilder } from './selector';
export { schema, enumOf } from './types';

export type { ClientError } from 'graphql-request';

export type { Schema } from './types';
export type { Client, ClientOptions, InferClientFromSchema, WSOptions } from './client';

0 comments on commit 9db8faa

Please sign in to comment.