This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@shopify/graphql-testing@8.2.1
Patch Changes
#2832e1fd441 Thanks @nattydodd! - MockGraphQLResponse should allow an ExecutionResult containing any data.
GraphQL v15 defaulted ExecutionResult's data to be an object containing any keys
but v16 narrowed that down to use unknown instead of any. This change
explicitly uses the default behaviour of allowing any from v15.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@shopify/graphql-testing@8.2.1
Patch Changes
e1fd441
Thanks @nattydodd! - MockGraphQLResponse should allow an ExecutionResult containing any data. GraphQL v15 defaulted ExecutionResult's data to be an object containing any keys but v16 narrowed that down to useunknown
instead ofany
. This change explicitly uses the default behaviour of allowing any from v15.