mock-apollo-client
Advanced tools
Changelog
1.0.0 (2020-08-20)
[Breaking Change] Support @apollo/client
v3 (drops support for apollo-client
v2) #16
If targeting Apollo Client 2, continue using the latest 0.x version.
Apollo Client 3 no longer passes @client
directives down to links, so mock-apollo-client
can no longer support queries which consist entirely of @client
directives. mock-apollo-client
will log a warning if a query handler is registered for a query which only contains @client
directives.