Skip to content

Commit abe8a3a

Browse files
committed
Revert change
1 parent 3cb5bc5 commit abe8a3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/javascript-api/src/lib/services/graphql/graphql.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function parseQuery(queryOrDocumentNode: string | DocumentNode): string {
3737
throw new Error('queryOrDocumentNode must be a string or a DocumentNode');
3838
}
3939

40-
interface QminderGraphQLError {
40+
export interface QminderGraphQLError {
4141
readonly message: string;
4242
readonly errorType?: string | null;
4343
readonly extensions?: GraphQLErrorExtensions | null;

0 commit comments

Comments
 (0)