Skip to content

Commit 642523d

Browse files
authored
fix: export the GraphQLResponseBody type (#2565)
1 parent d3113a9 commit 642523d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/core/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export type {
4949
GraphQLQuery,
5050
GraphQLVariables,
5151
GraphQLRequestBody,
52+
GraphQLResponseBody,
5253
GraphQLJsonRequestBody,
5354
} from './handlers/GraphQLHandler'
5455
export type { GraphQLRequestHandler, GraphQLResponseResolver } from './graphql'

0 commit comments

Comments
 (0)