Skip to content

Commit d84ea3f

Browse files
committed
ErrorInfo field types
1 parent a354487 commit d84ea3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ export interface ErrorInfo {
1818
message: string;
1919
name: string;
2020
time_thrown: string;
21-
data?: string;
21+
data?: {};
2222
path?: string;
23-
locations?: string;
23+
locations?: any;
2424
}
2525

2626
export class ApolloError extends ExtendableError {

0 commit comments

Comments
 (0)