Skip to content

Commit fb0a9a2

Browse files
committed
Include headers in client error response types
1 parent 8303880 commit fb0a9a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/legacy/helpers/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export interface GraphQLResponse<T = unknown> {
4040
errors?: GraphQLError[]
4141
extensions?: unknown
4242
status: number
43+
headers: Headers
4344
[key: string]: unknown
4445
}
4546

0 commit comments

Comments
 (0)