Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 2.07 KB

CHANGELOG.md

File metadata and controls

33 lines (17 loc) · 2.07 KB

@apollo/graphql-testing-library

0.3.0

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.

0.2.3

Patch Changes

0.2.2

Patch Changes

0.2.1

Patch Changes

  • #48 5bd7d96 Thanks @alessbell! - Bumps @graphql-tools/executor version to v1.2.7 for GraphQL 15 backward-compatibility.

0.2.0

Minor Changes

  • #41 19212ce Thanks @alessbell! - Fix bundling issue caused by an unneeded files field in package.json, and adjust relative file paths.