This repository was archived by the owner on Jan 10, 2025. It is now read-only.
graphql-fixtures@3.1.0
·
436 commits
to main
since this release
Minor Changes
- #2409
0bff6fad7Thanks @BPScott! - Update types to account changes in TypeScript 4.8 and 4.9. Propogate contstraints on generic types and update type usage relating toWindowandNavigator. Technically this makes some types stricter, as attempting to passnull|undefinedinto certain functions is now disallowed by TypeScript, but these were never expected runtime values in the first place.