Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

graphql-fixtures@4.0.0

Choose a tag to compare

@shopify-github-actions-access shopify-github-actions-access released this 17 Apr 18:48
· 297 commits to main since this release
eb2b2e4

Major Changes

  • #2100 27932c219 Thanks @alexandcote! - Add a new function createFillers. The function return an object containing fillOperation and fillFragment. It's now possible to fill a fragment without a query. You can replace createFiller by createFillers if you need to be able to fill fragments. Thunk, DeepThunk, Resolver, Options, Context and GraphQLFillerData generic type changed.