Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 19:03
· 25 commits to main since this release
31e4341

Minor Changes

  • #83 2cf1dcd Thanks @alessbell! - Adds helper utilities createDefaultResolvers, createPossibleTypesMap, generateEnumMocksFromSchema and mockCustomScalars for those who want to manually create and configure their mock schema.

    Also renames createHandler to createHandlerFromSchema; createHandler now provides an API that will create the mock schema under the hood with default resolvers as well as enum and custom scalar mocks.