apollo-client
apollo-client copied to clipboard
export separate `ModifierUtility` type
Add & export ModifierUtility type for details parameter of Modifier function to enable use for typing in consuming projects. Presently, the in-line typing prevents import in dependent projects to properly type function parameters.
Checklist:
- [ NA ] If this PR is a new feature, please reference an issue where a consensus about the design was reached (not necessary for small changes)
- [ NA ] Make sure all of the significant new logic is covered by tests
Quick housekeeping note - related to https://github.com/apollographql/apollo-client/pull/8973.