You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the library won't work with graphql-tools <=5.0 anymore.
Also, one of edge cases stop working. If you don't have a need for graphql-tools 6 don't update yet.
Let us know if you have any problems with this update.
simplify the API - mock by default when only typeDefs passed (8e713f2)
BREAKING CHANGES
if you relied on the tool to auto add mocks for you, you will have to manually add addMocks: true to the services that need them.
If you set underTest: true for services that had resolvers defined you don't need to do anything - they will NOT be mocked by default now.