[BUG] this
context not available in typescript definitions
#338
Labels
this
context not available in typescript definitions
#338
Expected Behavior
inside a batch load function,
this
should refer to the data loader instanceCurrent Behavior
this
is not typed inside the batch load functionPossible Solution
Steps to Reproduce
attempt to use
this
in a batch loader function, see that typescript complainsContext
my api call gives me back excess properties, so i want to prime my data loader with the excess data inside my batch function.
The text was updated successfully, but these errors were encountered: