Skip to content

Commit 31e4341

Browse files
Version Packages (#105)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a4a1dbb commit 31e4341

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/strange-socks-admire.md

-7
This file was deleted.

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @apollo/graphql-testing-library
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#83](https://github.com/apollographql/graphql-testing-library/pull/83) [`2cf1dcd`](https://github.com/apollographql/graphql-testing-library/commit/2cf1dcda275a47fbb50d0f606cb271ab83450a37) Thanks [@alessbell](https://github.com/alessbell)! - Adds helper utilities `createDefaultResolvers`, `createPossibleTypesMap`, `generateEnumMocksFromSchema` and `mockCustomScalars` for those who want to manually create and configure their mock schema.
8+
9+
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.
10+
311
## 0.2.3
412

513
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/graphql-testing-library",
3-
"version": "0.2.3",
3+
"version": "0.3.0",
44
"private": true,
55
"repository": {
66
"url": "git+https://github.com/apollographql/graphql-testing-library"

0 commit comments

Comments
 (0)