apollo-client icon indicating copy to clipboard operation
apollo-client copied to clipboard

export separate `ModifierUtility` type

Open KeithGillette opened this issue 5 years ago • 1 comments

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

KeithGillette avatar Oct 08 '20 02:10 KeithGillette

Quick housekeeping note - related to https://github.com/apollographql/apollo-client/pull/8973.

hwillson avatar Aug 11 '22 12:08 hwillson