This repository was archived by the owner on Jan 10, 2025. It is now read-only.
graphql-fixtures@4.0.0
·
297 commits
to main
since this release
Major Changes
- #2100
27932c219Thanks @alexandcote! - Add a new functioncreateFillers. The function return an object containingfillOperationandfillFragment. It's now possible to fill a fragment without a query. You can replacecreateFillerbycreateFillersif you need to be able to fill fragments.Thunk,DeepThunk,Resolver,Options,ContextandGraphQLFillerDatageneric type changed.