Minor Changes
-
#11760
acd1982
Thanks @alessbell! -createTestSchema
now uses graphql-toolsmergeResolvers
to merge resolvers instead of a shallow merge. -
#11764
f046aa9
Thanks @alessbell! - RenamecreateProxiedSchema
tocreateTestSchema
andcreateMockFetch
tocreateSchemaFetch
. -
#11777
5dfc79f
Thanks @alessbell! - CallcreateMockSchema
insidecreateTestSchema
. -
#11774
2583488
Thanks @alessbell! - Add ability to set min and max delay increateSchemaFetch
-
#11783
440563a
Thanks @alessbell! - Moves new testing utilities to their own entrypoint,testing/experimental
Patch Changes
-
#11757
9825295
Thanks @phryneas! - AdjustuseReadQuery
wrapper logic to work with transported objects. -
#11771
e72cbba
Thanks @phryneas! - WrapuseQueryRefHandlers
inwrapHook
. -
#11754
80d2ba5
Thanks @alessbell! - ExportWatchFragmentOptions
andWatchFragmentResult
from main entrypoint and fix bug wherethis
wasn't bound to thewatchFragment
method onApolloClient
.