Skip to content

fix(graphql): export the GraphQLLinkHandlers type#2647

Merged
kettanaito merged 1 commit intomainfrom
fix/graphql-link-handlers-type
Dec 27, 2025
Merged

fix(graphql): export the GraphQLLinkHandlers type#2647
kettanaito merged 1 commit intomainfrom
fix/graphql-link-handlers-type

Conversation

@kettanaito
Copy link
Member

@kettanaito kettanaito commented Dec 27, 2025

Changes

  • Exports a new GraphQLLinkHandlers type that annotates all the GraphQL handlers returned from graphql.link().

Important

After #1892, we should rename GraphQLLinkHandlers to be just GraphQLHandlers as you'd be able to create handlers only via graphql.link().

@kettanaito kettanaito merged commit cfab780 into main Dec 27, 2025
21 checks passed
@kettanaito kettanaito deleted the fix/graphql-link-handlers-type branch December 27, 2025 19:09
@kettanaito
Copy link
Member Author

Released: v2.12.7 🎉

This has been released in v2.12.7.

Get these changes by running the following command:

npm i msw@latest

Predictable release automation by Release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expose standardGraphQLHandlers to type graphql.link

1 participant